Example #1
0
 /**
  * Returns the applications canonical name
  *
  * @return string
  */
 public function getCanonicalName()
 {
     return str_replace('/', '.', $this->model->getName());
 }