Sulu\Component\SmartContent\Configuration\Builder::enableCategories PHP Method

enableCategories() public method

public enableCategories ( $enable = true )
    public function enableCategories($enable = true)
    {
        $this->configuration->setCategories($enable);
        return $this;
    }