예제 #1
0
파일: Breadcrumb.php 프로젝트: iwatea/Swim
 public function __construct(ContainerInterface $container, $file_path)
 {
     $this->_file_path = $file_path;
     parent::__construct($container);
 }