setActiveMotif() публичный Метод

Set the active motif
public setActiveMotif ( string $name ) : boolean
$name string
Результат boolean
Пример #1
0
 /**
  * @param string $name
  * @return bool
  */
 protected function setActiveMotif(string $name) : bool
 {
     return $this->airship_lens_object->setActiveMotif($name);
 }