WoohooLabs\Yin\JsonApi\Hydrator\Relationship\ToManyRelationship::__construct PHP Method

__construct() public method

public __construct ( array $resourceIdentifiers = [] )
$resourceIdentifiers array
    public function __construct(array $resourceIdentifiers = [])
    {
        foreach ($resourceIdentifiers as $resourceIdentifier) {
            $this->addResourceIdentifier($resourceIdentifier);
        }
    }