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

enablePresentAs() public method

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