setActiveMotif() public method

Set the active motif
public setActiveMotif ( string $name ) : boolean
$name string
return boolean
Ejemplo n.º 1
0
 /**
  * @param string $name
  * @return bool
  */
 protected function setActiveMotif(string $name) : bool
 {
     return $this->airship_lens_object->setActiveMotif($name);
 }