Sulu\Bundle\MediaBundle\Content\MediaSelectionContainer::__get PHP Method

__get() public method

public __get ( $name )
    public function __get($name)
    {
        switch ($name) {
            case 'data':
                return $this->getData();
            case 'config':
                return $this->getConfig();
            case 'ids':
                return $this->getIds();
            case 'displayOption':
                return $this->getDisplayOption();
            case 'types':
                return $this->getTypes();
        }
        return;
    }