コード例 #1
0
ファイル: Breadcrumb.php プロジェクト: iwatea/Swim
 public function __construct(ContainerInterface $container, $file_path)
 {
     $this->_file_path = $file_path;
     parent::__construct($container);
 }