Sulu\Bundle\MediaBundle\Media\Storage\LocalStorage::getStorageOption PHP Method

getStorageOption() private method

private getStorageOption ( $key ) : mixed
$key
return mixed
    private function getStorageOption($key)
    {
        return isset($this->storageOption->{$key}) ? $this->storageOption->{$key} : null;
    }