Components\Model\User::getSource PHP Method

getSource() public method

By every request, phalcon will always pull this function as basis to know what is the table's name.
public getSource ( ) : string
return string
    public function getSource()
    {
        return 'users';
    }