Adds a property hook.
$this The builder instance (for fluid interface)
public function addHook(Node\PropertyHook $hook) { $this->hooks[] = $hook; return $this; }