App\Traits\Scoreable::getEnabledModsAttribute PHP Méthode

getEnabledModsAttribute() public méthode

public getEnabledModsAttribute ( $value )
    public function getEnabledModsAttribute($value)
    {
        if ($this->_enabledMods === null) {
            $this->_enabledMods = ModsHelper::toArray($value);
        }
        return $this->_enabledMods;
    }