Skip to content

Commit

Permalink
Defining typeAlias (#19647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunziker authored and Michael Babker committed Feb 26, 2018
1 parent f072972 commit bd47a99
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 bd47a99

Please sign in to comment.