/** * Set path list for block file search * Return current path after setting * * @param array/string $path * @return array */ public static function setPath($path) { Z::$path = array(); Z::prependPath(dirname(__FILE__)); return Z::prependPath($path); }