class ImageController extends BaseApiController

Class ImageController

Traits

Symfony\Component\DependencyInjection\ContainerAwareTrait

Constants

EMPTY_FORM_NAME

CONTROLLER_TYPE

Methods

EventDispatcher
getDispatcher()

Return the event dispatcher,

getTranslator()

return the Translator

getMailer()

return an instance of \Swift_Mailer with good Transporter configured.

createForm($name, $type = 'form', array $data = array(), array $options = array())

No description

ContainerInterface
getContainer()

No description

string
getControllerType()

No description

setApiUser( Api $apiUser)

No description

getApiUser()

No description

Response
listAction( integer $entityId)

No description

getImageAction($entityId, $imageId)

No description

createImageAction($entityId)

No description

updateImageAction($entityId, $imageId)

No description

deleteImageAction($entityId, $imageId)

No description

Details

in BaseController at line 128
EventDispatcher getDispatcher()

Return the event dispatcher,

Return Value

EventDispatcher

in BaseController at line 138
Translator getTranslator()

return the Translator

Return Value

Translator

in BaseController at line 545
MailerFactory getMailer()

return an instance of \Swift_Mailer with good Transporter configured.

Return Value

MailerFactory

in BaseApiController at line 106
BaseForm createForm($name, $type = 'form', array $data = array(), array $options = array())

Parameters

$name
$type
array $data
array $options

Return Value

BaseForm This method builds a thelia form with its name

in BaseController at line 589
ContainerInterface getContainer()

Return Value

ContainerInterface

in BaseApiController at line 121
string getControllerType()

Return Value

string

in BaseApiController at line 46
setApiUser( Api $apiUser)

Parameters

Api $apiUser

in BaseApiController at line 51
getApiUser()

at line 40
Response listAction( integer $entityId)

Parameters

integer $entityId source's primary key (product's pk, category's pk, etc)

Return Value

Response

at line 72
getImageAction($entityId, $imageId)

Parameters

$entityId
$imageId

at line 108
createImageAction($entityId)

Parameters

$entityId

at line 138
updateImageAction($entityId, $imageId)

Parameters

$entityId
$imageId

at line 280
deleteImageAction($entityId, $imageId)

Parameters

$entityId
$imageId