Phraseanet PHP SDK API
Interface

PhraseanetSDK\ApplicationInterface

interface ApplicationInterface

Constants

API_MOUNT_POINT

VERSION

Methods

OAuth2Connector getOauth2Connector()

Return the OAuth2Connector

EntityManager getEntityManager(string $token)

Returns the entity manager given a token

Monitor getMonitor(string $token)

Returns a monitor instance

Details

at line 27
public OAuth2Connector getOauth2Connector()

Return the OAuth2Connector

Return Value

OAuth2Connector

at line 36
public EntityManager getEntityManager(string $token)

Returns the entity manager given a token

Parameters

string $token

Return Value

EntityManager

at line 45
public Monitor getMonitor(string $token)

Returns a monitor instance

Parameters

string $token

Return Value

Monitor