{@inheritDoc} -> @inheritDoc
This commit is contained in:
parent
18c6bb63a2
commit
b841f9e066
|
|
@ -50,7 +50,7 @@ class FormController extends ControllerBehavior
|
||||||
protected $formWidget;
|
protected $formWidget;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $requiredProperties = ['formConfig'];
|
protected $requiredProperties = ['formConfig'];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ class ImportExportController extends ControllerBehavior
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $requiredProperties = ['importExportConfig'];
|
protected $requiredProperties = ['importExportConfig'];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ class RelationController extends ControllerBehavior
|
||||||
protected $pivotWidget;
|
protected $pivotWidget;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $requiredProperties = ['relationConfig'];
|
protected $requiredProperties = ['relationConfig'];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ use Backend\Classes\ControllerBehavior;
|
||||||
class ReorderController extends ControllerBehavior
|
class ReorderController extends ControllerBehavior
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $requiredProperties = ['reorderConfig'];
|
protected $requiredProperties = ['reorderConfig'];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -107,12 +107,12 @@ class CodeEditor extends FormWidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'codeeditor';
|
protected $defaultAlias = 'codeeditor';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
|
@ -144,7 +144,7 @@ class CodeEditor extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
|
|
@ -183,7 +183,7 @@ class CodeEditor extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected function loadAssets()
|
protected function loadAssets()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -36,12 +36,12 @@ class ColorPicker extends FormWidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'colorpicker';
|
protected $defaultAlias = 'colorpicker';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
|
@ -51,7 +51,7 @@ class ColorPicker extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
|
|
@ -71,7 +71,7 @@ class ColorPicker extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected function loadAssets()
|
protected function loadAssets()
|
||||||
{
|
{
|
||||||
|
|
@ -82,7 +82,7 @@ class ColorPicker extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getSaveValue($value)
|
public function getSaveValue($value)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ class DataTable extends FormWidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'datatable';
|
protected $defaultAlias = 'datatable';
|
||||||
|
|
||||||
|
|
@ -45,7 +45,7 @@ class DataTable extends FormWidgetBase
|
||||||
protected $table;
|
protected $table;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
|
@ -67,7 +67,7 @@ class DataTable extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
|
|
@ -87,7 +87,7 @@ class DataTable extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getLoadValue()
|
public function getLoadValue()
|
||||||
{
|
{
|
||||||
|
|
@ -103,7 +103,7 @@ class DataTable extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getSaveValue($value)
|
public function getSaveValue($value)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -51,12 +51,12 @@ class DatePicker extends FormWidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'datepicker';
|
protected $defaultAlias = 'datepicker';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
|
@ -84,7 +84,7 @@ class DatePicker extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
|
|
@ -118,7 +118,7 @@ class DatePicker extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getSaveValue($value)
|
public function getSaveValue($value)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -77,12 +77,12 @@ class FileUpload extends FormWidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'fileupload';
|
protected $defaultAlias = 'fileupload';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
|
@ -104,7 +104,7 @@ class FileUpload extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
|
|
@ -332,7 +332,7 @@ class FileUpload extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected function loadAssets()
|
protected function loadAssets()
|
||||||
{
|
{
|
||||||
|
|
@ -341,7 +341,7 @@ class FileUpload extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getSaveValue($value)
|
public function getSaveValue($value)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -27,12 +27,12 @@ class MarkdownEditor extends FormWidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'markdown';
|
protected $defaultAlias = 'markdown';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
|
@ -42,7 +42,7 @@ class MarkdownEditor extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
|
|
@ -63,7 +63,7 @@ class MarkdownEditor extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected function loadAssets()
|
protected function loadAssets()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ class PermissionEditor extends FormWidgetBase
|
||||||
public $mode;
|
public $mode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
|
@ -25,7 +25,7 @@ class PermissionEditor extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
|
|
@ -51,7 +51,7 @@ class PermissionEditor extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getSaveValue($value)
|
public function getSaveValue($value)
|
||||||
{
|
{
|
||||||
|
|
@ -63,7 +63,7 @@ class PermissionEditor extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected function loadAssets()
|
protected function loadAssets()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ class RecordFinder extends FormWidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'recordfinder';
|
protected $defaultAlias = 'recordfinder';
|
||||||
|
|
||||||
|
|
@ -106,7 +106,7 @@ class RecordFinder extends FormWidgetBase
|
||||||
protected $searchWidget;
|
protected $searchWidget;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
|
@ -143,7 +143,7 @@ class RecordFinder extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
|
|
@ -178,7 +178,7 @@ class RecordFinder extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected function loadAssets()
|
protected function loadAssets()
|
||||||
{
|
{
|
||||||
|
|
@ -186,7 +186,7 @@ class RecordFinder extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getSaveValue($value)
|
public function getSaveValue($value)
|
||||||
{
|
{
|
||||||
|
|
@ -194,7 +194,7 @@ class RecordFinder extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getLoadValue()
|
public function getLoadValue()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ class Relation extends FormWidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'relation';
|
protected $defaultAlias = 'relation';
|
||||||
|
|
||||||
|
|
@ -58,7 +58,7 @@ class Relation extends FormWidgetBase
|
||||||
public $renderFormField;
|
public $renderFormField;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
|
@ -74,7 +74,7 @@ class Relation extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
|
|
@ -154,7 +154,7 @@ class Relation extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getSaveValue($value)
|
public function getSaveValue($value)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ class Repeater extends FormWidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'repeater';
|
protected $defaultAlias = 'repeater';
|
||||||
|
|
||||||
|
|
@ -59,7 +59,7 @@ class Repeater extends FormWidgetBase
|
||||||
protected $maxItems = null;
|
protected $maxItems = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
|
@ -76,7 +76,7 @@ class Repeater extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
|
|
@ -96,7 +96,7 @@ class Repeater extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected function loadAssets()
|
protected function loadAssets()
|
||||||
{
|
{
|
||||||
|
|
@ -105,7 +105,7 @@ class Repeater extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getSaveValue($value)
|
public function getSaveValue($value)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -41,12 +41,12 @@ class RichEditor extends FormWidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'richeditor';
|
protected $defaultAlias = 'richeditor';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
|
@ -62,7 +62,7 @@ class RichEditor extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
|
|
@ -121,7 +121,7 @@ class RichEditor extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected function loadAssets()
|
protected function loadAssets()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -47,12 +47,12 @@ class TagList extends FormWidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'taglist';
|
protected $defaultAlias = 'taglist';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
|
@ -66,7 +66,7 @@ class TagList extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
|
|
@ -86,7 +86,7 @@ class TagList extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getSaveValue($value)
|
public function getSaveValue($value)
|
||||||
{
|
{
|
||||||
|
|
@ -129,7 +129,7 @@ class TagList extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getLoadValue()
|
public function getLoadValue()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ class Welcome extends ReportWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected function loadAssets()
|
protected function loadAssets()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ class Standard extends Skin
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
|
|
@ -26,7 +26,7 @@ class Standard extends Skin
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function skinDetails()
|
public function skinDetails()
|
||||||
{
|
{
|
||||||
|
|
@ -36,7 +36,7 @@ class Standard extends Skin
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getPath($path = null, $isPublic = false)
|
public function getPath($path = null, $isPublic = false)
|
||||||
{
|
{
|
||||||
|
|
@ -48,7 +48,7 @@ class Standard extends Skin
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getLayoutPaths()
|
public function getLayoutPaths()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ class Filter extends WidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'filter';
|
protected $defaultAlias = 'filter';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,7 @@ class Form extends WidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'form';
|
protected $defaultAlias = 'form';
|
||||||
|
|
||||||
|
|
@ -121,7 +121,7 @@ class Form extends WidgetBase
|
||||||
protected $widgetManager;
|
protected $widgetManager;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
|
@ -155,7 +155,7 @@ class Form extends WidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected function loadAssets()
|
protected function loadAssets()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,7 @@ class Lists extends WidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'list';
|
protected $defaultAlias = 'list';
|
||||||
|
|
||||||
|
|
@ -219,7 +219,7 @@ class Lists extends WidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected function loadAssets()
|
protected function loadAssets()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ class ReportContainer extends WidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'reportContainer';
|
protected $defaultAlias = 'reportContainer';
|
||||||
|
|
||||||
|
|
@ -119,7 +119,7 @@ class ReportContainer extends WidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected function loadAssets()
|
protected function loadAssets()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ class Search extends WidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'search';
|
protected $defaultAlias = 'search';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ use SystemException;
|
||||||
class Table extends WidgetBase
|
class Table extends WidgetBase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'table';
|
protected $defaultAlias = 'table';
|
||||||
|
|
||||||
|
|
@ -145,7 +145,7 @@ class Table extends WidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected function loadAssets()
|
protected function loadAssets()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ class Toolbar extends WidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'toolbar';
|
protected $defaultAlias = 'toolbar';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ class UnknownComponent extends ComponentBase
|
||||||
protected $errorMessage;
|
protected $errorMessage;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function __construct($cmsObject, $properties, $errorMessage)
|
public function __construct($cmsObject, $properties, $errorMessage)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ use Exception;
|
||||||
class Components extends FormWidgetBase
|
class Components extends FormWidgetBase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -39,12 +39,12 @@ class MediaFinder extends FormWidgetBase
|
||||||
//
|
//
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $defaultAlias = 'media';
|
protected $defaultAlias = 'media';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
|
|
@ -59,7 +59,7 @@ class MediaFinder extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function render()
|
public function render()
|
||||||
{
|
{
|
||||||
|
|
@ -81,7 +81,7 @@ class MediaFinder extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getSaveValue($value)
|
public function getSaveValue($value)
|
||||||
{
|
{
|
||||||
|
|
@ -93,7 +93,7 @@ class MediaFinder extends FormWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected function loadAssets()
|
protected function loadAssets()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ class ActiveTheme extends ReportWidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected function loadAssets()
|
protected function loadAssets()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ class AssetList extends WidgetBase
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected function loadAssets()
|
protected function loadAssets()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ class SettingsModel extends ModelBehavior
|
||||||
private static $instances = [];
|
private static $instances = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
protected $requiredProperties = ['settingsFields', 'settingsCode'];
|
protected $requiredProperties = ['settingsFields', 'settingsCode'];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ use October\Rain\Exception\ApplicationException;
|
||||||
class ErrorHandler extends ErrorHandlerBase
|
class ErrorHandler extends ErrorHandlerBase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
// public function handleException(Exception $proposedException)
|
// public function handleException(Exception $proposedException)
|
||||||
// {
|
// {
|
||||||
|
|
|
||||||
|
|
@ -200,7 +200,7 @@ class Updates extends Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function listInjectRowClass($record, $definition = null)
|
public function listInjectRowClass($record, $definition = null)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue