Overrides NodeInterface::setSticky
public function setSticky($sticky) { $this->set('sticky', $sticky ? NodeInterface::STICKY : NodeInterface::NOT_STICKY); return $this; }