Sets the property key
Expression|PrivateIdentifier $key Property key:
$this
public function setKey($key) { $this->assertType($key, array( "Expression", "PrivateIdentifier", )); $this->key = $key; return $this; }