Пример #1
0
 public function chk_ref()
 {
     if ($this->raw instanceof \Closure) {
         return parent::chk_ref();
     }
     return false;
 }