GDS\Mapper::setSchema PHP Method

setSchema() public method

Set the schema
public setSchema ( Schema $obj_schema )
$obj_schema Schema
    public function setSchema(Schema $obj_schema)
    {
        $this->obj_schema = $obj_schema;
        return $this;
    }