Example #1
0
 /**
  * Sets colors for objects of given type
  *
  * @param		string<net|type>		$type
  * @param		hash<id:value>			$colors
  * @return 	void
  */
 public function setColors($type, array $colors)
 {
     return $this->_mapper->setColors($type, $colors);
 }