ProductSaleElementsController
class ProductSaleElementsController extends BaseApiController
Class ProductSaleElementsController
Traits
Symfony\Component\DependencyInjection\ContainerAwareTrait
Constants
EMPTY_FORM_NAME |
|
CONTROLLER_TYPE |
|
Methods
getMailer()
return an instance of \Swift_Mailer with good Transporter configured.
from
BaseController
createForm($name, $type = 'form',
array $data = array(),
array $options = array())
No description
from
BaseApiController
listAction($productId)
No description
getPseAction($pseId)
No description
createAction()
No description
updateAction()
No description
deleteAction($pseId)
No description
loadProductSaleElements(
FormEvent $event)
No description
Details
in
BaseController at line 128
EventDispatcher
getDispatcher()
Return the event dispatcher,
in
BaseController at line 138
Translator
getTranslator()
return the Translator
in
BaseController at line 545
MailerFactory
getMailer()
return an instance of \Swift_Mailer with good Transporter configured.