path; if (isset($this->plugin)) { $name = substr($this->name, 0, strlen($this->name) - 4); $path = $this->_pluginPath($this->plugin) . Inflector::pluralize(Inflector::underscore($name)) . DS; } return $path; } }