|
@@ -63,10 +63,13 @@ namespace Dcat\Admin {
|
|
|
* @property Grid\Column|Collection en_detail
|
|
|
* @property Grid\Column|Collection cn_detail
|
|
|
* @property Grid\Column|Collection enabled
|
|
|
+ * @property Grid\Column|Collection title_en
|
|
|
* @property Grid\Column|Collection folder_type
|
|
|
* @property Grid\Column|Collection show_tabs
|
|
|
- * @property Grid\Column|Collection nick_name
|
|
|
+ * @property Grid\Column|Collection user_name
|
|
|
* @property Grid\Column|Collection action
|
|
|
+ * @property Grid\Column|Collection content_id
|
|
|
+ * @property Grid\Column|Collection nick_name
|
|
|
*
|
|
|
* @method Grid\Column|Collection id(string $label = null)
|
|
|
* @method Grid\Column|Collection name(string $label = null)
|
|
@@ -120,10 +123,13 @@ namespace Dcat\Admin {
|
|
|
* @method Grid\Column|Collection en_detail(string $label = null)
|
|
|
* @method Grid\Column|Collection cn_detail(string $label = null)
|
|
|
* @method Grid\Column|Collection enabled(string $label = null)
|
|
|
+ * @method Grid\Column|Collection title_en(string $label = null)
|
|
|
* @method Grid\Column|Collection folder_type(string $label = null)
|
|
|
* @method Grid\Column|Collection show_tabs(string $label = null)
|
|
|
- * @method Grid\Column|Collection nick_name(string $label = null)
|
|
|
+ * @method Grid\Column|Collection user_name(string $label = null)
|
|
|
* @method Grid\Column|Collection action(string $label = null)
|
|
|
+ * @method Grid\Column|Collection content_id(string $label = null)
|
|
|
+ * @method Grid\Column|Collection nick_name(string $label = null)
|
|
|
*/
|
|
|
class Grid {}
|
|
|
|
|
@@ -182,10 +188,13 @@ namespace Dcat\Admin {
|
|
|
* @property Show\Field|Collection en_detail
|
|
|
* @property Show\Field|Collection cn_detail
|
|
|
* @property Show\Field|Collection enabled
|
|
|
+ * @property Show\Field|Collection title_en
|
|
|
* @property Show\Field|Collection folder_type
|
|
|
* @property Show\Field|Collection show_tabs
|
|
|
- * @property Show\Field|Collection nick_name
|
|
|
+ * @property Show\Field|Collection user_name
|
|
|
* @property Show\Field|Collection action
|
|
|
+ * @property Show\Field|Collection content_id
|
|
|
+ * @property Show\Field|Collection nick_name
|
|
|
*
|
|
|
* @method Show\Field|Collection id(string $label = null)
|
|
|
* @method Show\Field|Collection name(string $label = null)
|
|
@@ -239,10 +248,13 @@ namespace Dcat\Admin {
|
|
|
* @method Show\Field|Collection en_detail(string $label = null)
|
|
|
* @method Show\Field|Collection cn_detail(string $label = null)
|
|
|
* @method Show\Field|Collection enabled(string $label = null)
|
|
|
+ * @method Show\Field|Collection title_en(string $label = null)
|
|
|
* @method Show\Field|Collection folder_type(string $label = null)
|
|
|
* @method Show\Field|Collection show_tabs(string $label = null)
|
|
|
- * @method Show\Field|Collection nick_name(string $label = null)
|
|
|
+ * @method Show\Field|Collection user_name(string $label = null)
|
|
|
* @method Show\Field|Collection action(string $label = null)
|
|
|
+ * @method Show\Field|Collection content_id(string $label = null)
|
|
|
+ * @method Show\Field|Collection nick_name(string $label = null)
|
|
|
*/
|
|
|
class Show {}
|
|
|
|