Menu\Items\Item::setBeforeContent PHP Method

setBeforeContent() public method

Set the value to be inserted before the item's content
public setBeforeContent ( string $value )
$value string The value to insert
    public function setBeforeContent($value)
    {
        $this->beforeContent = $value;
        return $this;
    }