first
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Nextend\Framework\Style;
|
||||
|
||||
|
||||
use Nextend\Framework\Pattern\VisualManagerTrait;
|
||||
use Nextend\Framework\Style\Block\StyleManager\BlockStyleManager;
|
||||
|
||||
class StyleManager {
|
||||
|
||||
use VisualManagerTrait;
|
||||
|
||||
public function display() {
|
||||
|
||||
$fontManagerBlock = new BlockStyleManager($this->MVCHelper);
|
||||
$fontManagerBlock->display();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user