Jarves\Admin\ObjectCrud::setEditEntrypoint PHP Method

setEditEntrypoint() public method

public setEditEntrypoint ( string $editEntrypoint )
$editEntrypoint string
    public function setEditEntrypoint($editEntrypoint)
    {
        $this->editEntrypoint = $editEntrypoint;
    }
ObjectCrud