Skip to content

Commit

Permalink
Defining typeAlias
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunziker committed Feb 12, 2018
1 parent 4908668 commit 1ec427b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libraries/src/MVC/Model/AdminModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
*/
abstract class AdminModel extends FormModel
{
/**
* The type alias for this content type (for example, 'com_content.article').
*
* @var string
* @since __DEPLOY_VERSION__
*/
public $typeAlias;

/**
* The prefix to use with controller messages.
*
Expand Down

0 comments on commit 1ec427b

Please sign in to comment.