Example #1
0
 public function setPathDeep($deep = self::path_deep2)
 {
     self::$_pathDeep = $deep == self::path_deep2 ? self::path_deep2 : self::path_deep3;
     return self::$_instance;
 }