For MVC developers, this is analogous to a View
Inheritance: use trait Airship\Engine\Bolt\Log
Example #1
0
 /**
  * @param string $name
  * @return bool
  */
 protected function setActiveMotif(string $name) : bool
 {
     return $this->airship_lens_object->setActiveMotif($name);
 }