|
@@ -129,6 +129,11 @@ namespace Dcat\Admin {
|
|
* @property Grid\Column|Collection end_day
|
|
* @property Grid\Column|Collection end_day
|
|
* @property Grid\Column|Collection day_price
|
|
* @property Grid\Column|Collection day_price
|
|
* @property Grid\Column|Collection rights
|
|
* @property Grid\Column|Collection rights
|
|
|
|
+ * @property Grid\Column|Collection chat
|
|
|
|
+ * @property Grid\Column|Collection destroy
|
|
|
|
+ * @property Grid\Column|Collection identity
|
|
|
|
+ * @property Grid\Column|Collection invisible
|
|
|
|
+ * @property Grid\Column|Collection dynamic
|
|
*
|
|
*
|
|
* @method Grid\Column|Collection id(string $label = null)
|
|
* @method Grid\Column|Collection id(string $label = null)
|
|
* @method Grid\Column|Collection log_name(string $label = null)
|
|
* @method Grid\Column|Collection log_name(string $label = null)
|
|
@@ -248,6 +253,11 @@ namespace Dcat\Admin {
|
|
* @method Grid\Column|Collection end_day(string $label = null)
|
|
* @method Grid\Column|Collection end_day(string $label = null)
|
|
* @method Grid\Column|Collection day_price(string $label = null)
|
|
* @method Grid\Column|Collection day_price(string $label = null)
|
|
* @method Grid\Column|Collection rights(string $label = null)
|
|
* @method Grid\Column|Collection rights(string $label = null)
|
|
|
|
+ * @method Grid\Column|Collection chat(string $label = null)
|
|
|
|
+ * @method Grid\Column|Collection destroy(string $label = null)
|
|
|
|
+ * @method Grid\Column|Collection identity(string $label = null)
|
|
|
|
+ * @method Grid\Column|Collection invisible(string $label = null)
|
|
|
|
+ * @method Grid\Column|Collection dynamic(string $label = null)
|
|
*/
|
|
*/
|
|
class Grid {}
|
|
class Grid {}
|
|
|
|
|
|
@@ -372,6 +382,11 @@ namespace Dcat\Admin {
|
|
* @property Show\Field|Collection end_day
|
|
* @property Show\Field|Collection end_day
|
|
* @property Show\Field|Collection day_price
|
|
* @property Show\Field|Collection day_price
|
|
* @property Show\Field|Collection rights
|
|
* @property Show\Field|Collection rights
|
|
|
|
+ * @property Show\Field|Collection chat
|
|
|
|
+ * @property Show\Field|Collection destroy
|
|
|
|
+ * @property Show\Field|Collection identity
|
|
|
|
+ * @property Show\Field|Collection invisible
|
|
|
|
+ * @property Show\Field|Collection dynamic
|
|
*
|
|
*
|
|
* @method Show\Field|Collection id(string $label = null)
|
|
* @method Show\Field|Collection id(string $label = null)
|
|
* @method Show\Field|Collection log_name(string $label = null)
|
|
* @method Show\Field|Collection log_name(string $label = null)
|
|
@@ -491,6 +506,11 @@ namespace Dcat\Admin {
|
|
* @method Show\Field|Collection end_day(string $label = null)
|
|
* @method Show\Field|Collection end_day(string $label = null)
|
|
* @method Show\Field|Collection day_price(string $label = null)
|
|
* @method Show\Field|Collection day_price(string $label = null)
|
|
* @method Show\Field|Collection rights(string $label = null)
|
|
* @method Show\Field|Collection rights(string $label = null)
|
|
|
|
+ * @method Show\Field|Collection chat(string $label = null)
|
|
|
|
+ * @method Show\Field|Collection destroy(string $label = null)
|
|
|
|
+ * @method Show\Field|Collection identity(string $label = null)
|
|
|
|
+ * @method Show\Field|Collection invisible(string $label = null)
|
|
|
|
+ * @method Show\Field|Collection dynamic(string $label = null)
|
|
*/
|
|
*/
|
|
class Show {}
|
|
class Show {}
|
|
|
|
|