{$device} ) ) { if ( isset( $this->{$device}->link ) && $this->{$device}->link ) { $css[ $device ][ self::NAME ] = $this->{$device}->topRight->value . $this->{$device}->topRight->unit; } else { $css[ $device ][ self::NAME ] = $this->{$device}->topLeft->value . $this->{$device}->topLeft->unit ." ". $this->{$device}->topRight->value . $this->{$device}->topRight->unit ." " . $this->{$device}->bottomRight->value . $this->{$device}->bottomRight->unit ." " .$this->{$device}->bottomLeft->value . $this->{$device}->bottomLeft->unit; } } } return $css; } }