UniqueCodeMapping::defaultScope PHP Method

defaultScope() public method

public defaultScope ( ) : array
return array default scope (applies only to SELECT statements)
    public function defaultScope()
    {
        return array('alias' => $this->tableName() . 'table');
    }