__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Nextend\Framework\Form\Element\Radio;
class TextAlign extends AbstractRadioIcon {
protected $options = array(
'inherit' => 'ssi_16 ssi_16--none',
'left' => 'ssi_16 ssi_16--textleft',
'center' => 'ssi_16 ssi_16--textcenter',
'right' => 'ssi_16 ssi_16--textright',
'justify' => 'ssi_16 ssi_16--textjustify'
);
/**
* @param $excluded array
*/
public function setExcludeOptions($excluded) {
foreach ($excluded as $exclude) {
if (isset($this->options[$exclude])) {
unset($this->options[$exclude]);
}
}
}
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| AbstractRadioIcon.php | File | 654 B | 0664 |
|
| ImageList.php | File | 2.15 KB | 0664 |
|
| ImageListFromFolder.php | File | 2.85 KB | 0664 |
|
| TextAlign.php | File | 653 B | 0664 |
|