Exemple #1
0
	public function __construct($itemTypeOrID=false) {
		parent::__construct();
		
		if ($itemTypeOrID) {
			$this->setField("itemTypeID", Zotero_ItemTypes::getID($itemTypeOrID));
		}
	}