コード例 #1
0
ファイル: TableCommand.php プロジェクト: seytar/psx
 public function __construct(Connection $connection)
 {
     parent::__construct();
     $this->connection = $connection;
 }
コード例 #2
0
 public function __construct(ContainerInterface $container)
 {
     parent::__construct();
     $this->container = $container;
 }