Back to ModelInterface class

Method getName

public string
getName
()
Method to get the model name.
Returns
  • string The name of the model
Since
  • 4.0.0
-
  • \Exception

Method getName - Source code

/**
 * Method to get the model name.
 *
 * @return  string  The name of the model
 *
 * @since   4.0.0
 * @throws  \Exception
 */
public function getName();