コード例 #1
0
 protected function initAction(Action &$action)
 {
     $action->setShortEntityName(self::$shortEntityName)->setRoute($this->route)->setClient($this->getClient());
 }
コード例 #2
0
 /** @inheritdoc */
 protected function prepareDataForRequest()
 {
     parent::prepareDataForRequest();
     $this->alterRequestDataWithDataAltererCallback();
 }