Ejemplo n.º 1
0
 /**
  * Returns the Level name
  *
  * @return string
  */
 public function getName()
 {
     if (is_null($this->provider)) {
         return false;
     }
     return $this->provider->getName();
 }