예제 #1
0
파일: TableCommand.php 프로젝트: seytar/psx
 public function __construct(Connection $connection)
 {
     parent::__construct();
     $this->connection = $connection;
 }
 public function __construct(ContainerInterface $container)
 {
     parent::__construct();
     $this->container = $container;
 }