Neomerx\JsonApi\Schema\ResourceIdentifierSchemaAdapter::__construct PHP Method

__construct() public method

public __construct ( Neomerx\JsonApi\Contracts\Factories\FactoryInterface $factory, Neomerx\JsonApi\Contracts\Schema\SchemaProviderInterface $schema )
$factory Neomerx\JsonApi\Contracts\Factories\FactoryInterface
$schema Neomerx\JsonApi\Contracts\Schema\SchemaProviderInterface
    public function __construct(FactoryInterface $factory, SchemaProviderInterface $schema)
    {
        $this->schema = $schema;
        $this->factory = $factory;
    }