app\models\UserProfileCustomization::getExtrasOrderAttribute PHP Method

getExtrasOrderAttribute() public method

public getExtrasOrderAttribute ( $value )
    public function getExtrasOrderAttribute($value)
    {
        if ($value === null) {
            return static::$sections;
        }
        return json_decode($value);
    }