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);
 }