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