Jarves\Configuration\Object::setEditEntryPoint PHP Method

setEditEntryPoint() public method

public setEditEntryPoint ( null | string $editEntryPoint )
$editEntryPoint null | string
    public function setEditEntryPoint($editEntryPoint)
    {
        $this->editEntryPoint = $editEntryPoint;
    }
Object