Example #1
0
 /**
  * @param $keys
  * @param null $template
  * @param bool $no_matter
  * @return bool
  */
 function _show($keys, $template = null, $no_matter = false)
 {
     return $this->props->show($keys, $template, $no_matter);
 }