Deployer\Collection\Collection::__construct PHP Method

__construct() public method

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