Lines Matching +full:- +full:- +full:name +full:- +full:only
21 * base - the plugin's base name (eg. the directory it needs to be installed in)
22 * author - Author of the plugin
23 * email - Email address to contact the author
24 * date - Last modified date of the plugin in YYYY-MM-DD format
25 * name - Name of the plugin
26 * desc - Short description of the plugin (Text only)
27 * url - Website with more information on the plugin (eg. syntax description)
32 * The type of the plugin inferred from the class name
39 * The name of the plugin inferred from the class name
41 * @return string plugin name
46 * The component part of the plugin inferred from the class name
48 * @return string component name
83 * Reads all the plugins language dependent strings into $this->lang
86 * @todo this could be made protected and be moved to the trait only
103 * @todo this could be made protected and be moved to the trait only
112 * @param string $name name of plugin to load
116 public function loadHelper($name, $msg = true); argument
123 * @param string $name
128 public function email($email, $name = '', $class = '', $more = ''); argument
145 * very ineffecient for small pieces of data - try not to use