GDS\Mapper\ProtoBufGQLParser::__construct PHP Метод

__construct() публичный Метод

Optionally, reference to the Entity schema to check type validity
public __construct ( Schema $obj_schema = null )
$obj_schema GDS\Schema
    public function __construct(Schema $obj_schema = null)
    {
        $this->obj_schema = $obj_schema;
    }