@@ -336,7 +336,6 @@ discard block |
||
336 | 336 | /** |
337 | 337 | * Returns the modulus of the numerical position of the item in the data set. |
338 | 338 | * The count starts from $startIndex, which defaults to 1. |
339 | - * @param int $Mod The number to perform Mod operation to. |
|
340 | 339 | * @param int $startIndex Number to start count from. |
341 | 340 | * @return int |
342 | 341 | */ |
@@ -410,6 +409,10 @@ discard block |
||
410 | 409 | $this->underlay = $underlay ? $underlay : array(); |
411 | 410 | } |
412 | 411 | |
412 | + /** |
|
413 | + * @param string $interfaceToQuery |
|
414 | + * @param string $variableMethod |
|
415 | + */ |
|
413 | 416 | protected function createCallableArray(&$extraArray, $interfaceToQuery, $variableMethod, $createObject = false) { |
414 | 417 | $implementers = ClassInfo::implementorsOf($interfaceToQuery); |
415 | 418 | if($implementers) foreach($implementers as $implementer) { |
@@ -751,7 +754,7 @@ discard block |
||
751 | 754 | * |
752 | 755 | * @param $className string - valid class name |
753 | 756 | * @param $suffix string |
754 | - * @param $baseClass string |
|
757 | + * @param string $baseClass string |
|
755 | 758 | * |
756 | 759 | * @return array |
757 | 760 | */ |
@@ -1156,7 +1159,7 @@ discard block |
||
1156 | 1159 | * @param string $template Template name |
1157 | 1160 | * @param mixed $data Data context |
1158 | 1161 | * @param array $arguments Additional arguments |
1159 | - * @return string Evaluated result |
|
1162 | + * @return HTMLText Evaluated result |
|
1160 | 1163 | */ |
1161 | 1164 | public static function execute_template($template, $data, $arguments = null, $scope = null) { |
1162 | 1165 | $v = new SSViewer($template); |
@@ -1182,6 +1185,9 @@ discard block |
||
1182 | 1185 | return $v->process($data, $arguments); |
1183 | 1186 | } |
1184 | 1187 | |
1188 | + /** |
|
1189 | + * @param string $content |
|
1190 | + */ |
|
1185 | 1191 | public function parseTemplateContent($content, $template="") { |
1186 | 1192 | return $this->getParser()->compileString( |
1187 | 1193 | $content, |
@@ -1210,7 +1216,7 @@ discard block |
||
1210 | 1216 | * Return an appropriate base tag for the given template. |
1211 | 1217 | * It will be closed on an XHTML document, and unclosed on an HTML document. |
1212 | 1218 | * |
1213 | - * @param $contentGeneratedSoFar The content of the template generated so far; it should contain |
|
1219 | + * @param string $contentGeneratedSoFar The content of the template generated so far; it should contain |
|
1214 | 1220 | * the DOCTYPE declaration. |
1215 | 1221 | */ |
1216 | 1222 | public static function get_base_tag($contentGeneratedSoFar) { |
@@ -1251,6 +1257,9 @@ discard block |
||
1251 | 1257 | */ |
1252 | 1258 | protected $cacheTemplate; |
1253 | 1259 | |
1260 | + /** |
|
1261 | + * @param string $content |
|
1262 | + */ |
|
1254 | 1263 | public function __construct($content, TemplateParser $parser = null) { |
1255 | 1264 | if ($parser) { |
1256 | 1265 | $this->setParser($parser); |
@@ -36,6 +36,9 @@ |
||
36 | 36 | |
37 | 37 | protected $whitelist = false; |
38 | 38 | |
39 | + /** |
|
40 | + * @param string $name |
|
41 | + */ |
|
39 | 42 | public function __construct($name = null, $options = array()) { |
40 | 43 | if(is_string($options)) { |
41 | 44 | $options = array('whitelist' => $options); |
@@ -10,7 +10,7 @@ |
||
10 | 10 | /** |
11 | 11 | * @param array $properties |
12 | 12 | * |
13 | - * @return HTMLText |
|
13 | + * @return string |
|
14 | 14 | */ |
15 | 15 | public function FieldHolder($properties = array()) { |
16 | 16 | return $this->Field($properties); |
@@ -97,6 +97,9 @@ |
||
97 | 97 | return $return; |
98 | 98 | } |
99 | 99 | |
100 | + /** |
|
101 | + * @param boolean $index |
|
102 | + */ |
|
100 | 103 | function f($index) { |
101 | 104 | return stripslashes($this->row[$index]); |
102 | 105 | } |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * @param string $locale Locale/Language to add data for, identical with locale identifier, |
49 | 49 | * see Zend_Locale for more information |
50 | 50 | * @param string $filename XMLTM file to add, full path must be given for access |
51 | - * @param array $option OPTIONAL Options to use |
|
51 | + * @param array $options OPTIONAL Options to use |
|
52 | 52 | * @throws Zend_Translation_Exception |
53 | 53 | * @return array |
54 | 54 | */ |
@@ -116,6 +116,9 @@ discard block |
||
116 | 116 | } |
117 | 117 | } |
118 | 118 | |
119 | + /** |
|
120 | + * @param string $filename |
|
121 | + */ |
|
119 | 122 | private function _findEncoding($filename) |
120 | 123 | { |
121 | 124 | $file = file_get_contents($filename, null, null, 0, 100); |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * @param string $locale Locale/Language to add data for, identical with locale identifier, |
49 | 49 | * see Zend_Locale for more information |
50 | 50 | * @param string $filename XMLTM file to add, full path must be given for access |
51 | - * @param array $option OPTIONAL Options to use |
|
51 | + * @param array $options OPTIONAL Options to use |
|
52 | 52 | * @throws Zend_Translation_Exception |
53 | 53 | * @return array |
54 | 54 | */ |
@@ -116,6 +116,9 @@ discard block |
||
116 | 116 | } |
117 | 117 | } |
118 | 118 | |
119 | + /** |
|
120 | + * @param string $filename |
|
121 | + */ |
|
119 | 122 | private function _findEncoding($filename) |
120 | 123 | { |
121 | 124 | $file = file_get_contents($filename, null, null, 0, 100); |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * @param string $locale Locale/Language to add data for, identical with locale identifier, |
49 | 49 | * see Zend_Locale for more information |
50 | 50 | * @param string $filename XMLTM file to add, full path must be given for access |
51 | - * @param array $option OPTIONAL Options to use |
|
51 | + * @param array $options OPTIONAL Options to use |
|
52 | 52 | * @throws Zend_Translation_Exception |
53 | 53 | * @return array |
54 | 54 | */ |
@@ -116,6 +116,9 @@ discard block |
||
116 | 116 | } |
117 | 117 | } |
118 | 118 | |
119 | + /** |
|
120 | + * @param string $filename |
|
121 | + */ |
|
119 | 122 | private function _findEncoding($filename) |
120 | 123 | { |
121 | 124 | $file = file_get_contents($filename, null, null, 0, 100); |
@@ -53,6 +53,7 @@ |
||
53 | 53 | * Set actions that are exempt from validation |
54 | 54 | * |
55 | 55 | * @param array |
56 | + * @param string[] $actions |
|
56 | 57 | */ |
57 | 58 | public function setValidationExemptActions($actions) { |
58 | 59 | $this->validationExemptActions = $actions; |
@@ -463,7 +463,7 @@ discard block |
||
463 | 463 | /** |
464 | 464 | * Returns the part of the URL, 'http://www.mysite.com'. |
465 | 465 | * |
466 | - * @return boolean|string The domain from the PHP environment. Returns FALSE is this environment variable isn't |
|
466 | + * @return string|false The domain from the PHP environment. Returns FALSE is this environment variable isn't |
|
467 | 467 | * set. |
468 | 468 | */ |
469 | 469 | public static function protocolAndHost() { |
@@ -747,7 +747,6 @@ discard block |
||
747 | 747 | /** |
748 | 748 | * Takes a $_SERVER data array and extracts HTTP request headers. |
749 | 749 | * |
750 | - * @param array $data |
|
751 | 750 | * @return array |
752 | 751 | */ |
753 | 752 | public static function extract_request_headers(array $server) { |
@@ -780,7 +779,7 @@ discard block |
||
780 | 779 | |
781 | 780 | /** |
782 | 781 | * Returns true if the given file exists. |
783 | - * @param $file Filename specified relative to the site root |
|
782 | + * @param string $file Filename specified relative to the site root |
|
784 | 783 | */ |
785 | 784 | public static function fileExists($file) { |
786 | 785 | // replace any appended query-strings, e.g. /path/to/foo.php?bar=1 to /path/to/foo.php |