コード例 #1
0
 protected function findItemPath($options)
 {
     if ($path = parent::findItemPath($options)) {
         $path[] = $this;
         return $path;
     }
     if ($this->check($options)) {
         return array($this);
     }
 }