Deployer\Collection\Collection::__construct PHP 메소드

__construct() 공개 메소드

Collection constructor.
public __construct ( array $collection = [] )
$collection array
    public function __construct(array $collection = [])
    {
        $this->collection = $collection;
    }