Interface lispa\amos\core\interfaces\ViewModelInterface
Public Methods
Method | Description | Defined By |
---|---|---|
getFullViewUrl() | lispa\amos\core\interfaces\ViewModelInterface | |
getViewUrl() | lispa\amos\core\interfaces\ViewModelInterface |
Method Details
public abstract string getFullViewUrl ( ) | ||
return | string | The url to view of this model |
---|
public abstract string getViewUrl ( ) | ||
return | string | The url to view a single model |
---|