Skip to content

Commit 72763db

Browse files
committed
doc comment test
1 parent 7d94157 commit 72763db

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Ajax/common/html/HtmlCollection.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@ public function setProperties($properties){
152152
return $this;
153153
}
154154

155+
/**
156+
* Sets the values of a property for each item in the collection
157+
* @param string $property
158+
* @param array $values
159+
* @return \Ajax\common\html\HtmlCollection
160+
*/
155161
public function setPropertyValues($property,$values){
156162
$i=0;
157163
if(\is_array($values)===false){

0 commit comments

Comments
 (0)