Jarves\Admin\ObjectCrud::setAllowCustomFieldSelection PHP Method

setAllowCustomFieldSelection() public method

public setAllowCustomFieldSelection ( boolean $allowExtraFieldSelection )
$allowExtraFieldSelection boolean
    public function setAllowCustomFieldSelection($allowExtraFieldSelection)
    {
        $this->allowCustomFieldSelection = $allowExtraFieldSelection;
    }
ObjectCrud