Exemplo n.º 1
0
 /**
  * Create a new Zipmark_Resource
  *
  * @param string         $href   URL linking to the object
  * @param Zipmark_Client $client The object's client
  */
 public function __construct($name, $href, $client = null)
 {
     parent::__construct($name, $href, $client);
     $this->_values = array();
 }