Пример #1
0
 public function setPlatform(\Nethgui\System\PlatformInterface $platform)
 {
     parent::setPlatform($platform);
     foreach ($this->getChildren() as $childModule) {
         $childModule->setPlatform($platform);
     }
     return $this;
 }