Inheritance: implements FOF30\Render\RenderInterface
コード例 #1
0
ファイル: AkeebaStrapper.php プロジェクト: Joal01/fof
 /**
  * Public constructor. Determines the priority of this class and if it should be enabled
  */
 public function __construct(Container $container)
 {
     $this->priority = 60;
     $this->enabled = class_exists('\\AkeebaStrapper30');
     parent::__construct($container);
 }