Пример #1
0
 public function __construct(array $manifest)
 {
     parent::__construct($manifest);
     unset($manifest);
     // unset unnecessary keys
     unset($this->manifest['id']);
     $this->manifest = array_merge(array('display' => false, 'standalone' => false, 'thumbnail' => null), $this->manifest);
 }
Пример #2
0
 public function __construct(array $manifest)
 {
     parent::__construct($manifest);
     unset($manifest);
     // unset unnecessary keys
     unset($this->manifest['id']);
 }