protected function setUpItem($item) { $this->item = TabButtonableValueObject::copyFromTabButtonable($item); }
/** * @chainable */ public function setTabRequestMeta(RequestMetaInterface $rm) { $this->item->setTabRequestMeta($rm); return $this; }