Jarves\Configuration\Object::setAddEntryPoint PHP Method

setAddEntryPoint() public method

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