class ProductController extends BaseApiController

Class ProductController

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

listAction()

No description

getProductAction($productId)

No description

createAction()

No description

updateAction($productId)

No description

deleteAction($productId)

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 38
listAction()

at line 58
getProductAction($productId)

Parameters

$productId

at line 90
createAction()

at line 122
updateAction($productId)

Parameters

$productId

at line 158
deleteAction($productId)

Parameters

$productId