mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-01 05:44:41 +03:00
Rename \Mibew\Style\Style class to AbstractStyle
This commit is contained in:
parent
57d72e95d0
commit
a5ec847ed1
@ -20,7 +20,7 @@ namespace Mibew\Style;
|
||||
/**
|
||||
* Base class for styles
|
||||
*/
|
||||
abstract class Style
|
||||
abstract class AbstractStyle
|
||||
{
|
||||
/**
|
||||
* Styles configuration array or NULL by default
|
@ -24,7 +24,7 @@ use Mibew\TemplateEngine\ChatTemplateEngine;
|
||||
/**
|
||||
* Represents a chat style
|
||||
*/
|
||||
class ChatStyle extends Style implements StyleInterface
|
||||
class ChatStyle extends AbstractStyle implements StyleInterface
|
||||
{
|
||||
/**
|
||||
* Template engine for chat templates.
|
||||
|
@ -23,7 +23,7 @@ use Mibew\Settings;
|
||||
/**
|
||||
* Represents a style for invitations
|
||||
*/
|
||||
class InvitationStyle extends Style implements StyleInterface
|
||||
class InvitationStyle extends AbstractStyle implements StyleInterface
|
||||
{
|
||||
/**
|
||||
* Builds base path for style files. This path is relative Mibew root and
|
||||
|
@ -23,7 +23,7 @@ use Mibew\Settings;
|
||||
/**
|
||||
* Represents a style for operator pages
|
||||
*/
|
||||
class PageStyle extends Style implements StyleInterface
|
||||
class PageStyle extends AbstractStyle implements StyleInterface
|
||||
{
|
||||
/**
|
||||
* Builds base path for style files. This path is relative Mibew root and
|
||||
|
Loading…
Reference in New Issue
Block a user