コード例 #1
0
 /**
  * {@inheritDoc}
  */
 public function getName()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', array());
     return parent::getName();
 }
コード例 #2
0
ファイル: Campaign.php プロジェクト: dongilbert/mautic
 /**
  * Remove form.
  *
  * @param Form $form
  */
 public function removeForm(Form $form)
 {
     $this->changes['forms']['removed'][$form->getId()] = $form->getName();
     $this->forms->removeElement($form);
 }