예제 #1
0
 /**
  * @param int $index
  */
 function RemoveAt($index)
 {
     $this->List->RemoveAt($index);
 }
예제 #2
0
	/** return a new list of collections */
	public function collectionList() {
		$fetcher = new OWFetcher();
		$lister = new CollectionList( $fetcher ); # meh, almost doesn't need a class
		return $lister->getList();
	}