Beispiel #1
0
 public function __construct(RequestMeta $tabRequestMeta, $label, $entityName = NULL, $entityIdentifier = NULL, $tabLabel = NULL)
 {
     parent::__construct($tabRequestMeta->getUrl(), $label);
     $this->tabRequestMeta = $tabRequestMeta;
     $this->entityName = $entityName;
     $this->identifier = $entityIdentifier;
     $this->tablabel = $tabLabel;
 }
Beispiel #2
0
 public function setRequestMeta(RequestMeta $requestMeta)
 {
     $this->setAction($requestMeta->getUrl());
     $this->setHTTPHeader('X-Psc-Cms-Request-Method', $requestMeta->getMethod());
     return $this;
 }