예제 #1
0
 /**
  * @inheritDoc
  */
 public function __construct(AbsCmpFields $component, $name)
 {
     parent::__construct($component, $name);
     if (!$this->menuPageComponent->getOptions()->exists($name)) {
         throw new \InvalidArgumentException('Option "' . $name . '" isn\'t defined');
     }
     $this->value = $this->getValue();
 }
예제 #2
0
 /**
  * @inheritDoc
  */
 public function __construct(AbsCmpFields $component, $name)
 {
     parent::__construct($component, $name);
     $this->value = $this->getValue();
 }