LazyRecord\BaseModel::getDeclareSchema PHP Method

getDeclareSchema() public method

public getDeclareSchema ( )
    public function getDeclareSchema()
    {
        $class = static::SCHEMA_CLASS;
        return new $class();
    }