Esempio n. 1
0
 public function setPlatform(\Nethgui\System\PlatformInterface $platform)
 {
     parent::setPlatform($platform);
     $this->plugins->setPlatform($this->getPlatform());
     $this->innerAction->setPlatform($this->getPlatform());
     return $this;
 }