Deployer\Collection\Collection::__construct PHP Méthode

__construct() public méthode

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