Jarves\Configuration\Object::setListEntryPoint PHP Méthode

setListEntryPoint() public méthode

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