dongasai 1 yıl önce
ebeveyn
işleme
3f7d523a82
7 değiştirilmiş dosya ile 74 ekleme ve 0 silme
  1. 11 0
      src/Color.php
  2. 12 0
      src/Form.php
  3. 11 0
      src/Grid.php
  4. 12 0
      src/Row.php
  5. 12 0
      src/Show.php
  6. 12 0
      src/View.php
  7. 4 0
      src/proto/Page.proto

+ 11 - 0
src/Color.php

@@ -0,0 +1,11 @@
+<?php
+
+namespace Phpview;
+
+/**
+ * 颜色
+ */
+class Color
+{
+
+}

+ 12 - 0
src/Form.php

@@ -0,0 +1,12 @@
+<?php
+
+namespace Phpview;
+
+/**
+ * 表单
+ *
+ */
+class Form
+{
+
+}

+ 11 - 0
src/Grid.php

@@ -0,0 +1,11 @@
+<?php
+
+namespace Phpview;
+
+/**
+ * 表格
+ */
+class Grid
+{
+
+}

+ 12 - 0
src/Row.php

@@ -0,0 +1,12 @@
+<?php
+
+namespace Phpview;
+
+/**
+ * 网格
+ * 
+ */
+class Row
+{
+
+}

+ 12 - 0
src/Show.php

@@ -0,0 +1,12 @@
+<?php
+
+namespace Phpview;
+
+/**
+ * 展示
+ * 
+ */
+class Show
+{
+
+}

+ 12 - 0
src/View.php

@@ -0,0 +1,12 @@
+<?php
+
+namespace Phpview;
+
+/**
+ * 页面
+ *
+ */
+class View
+{
+
+}

+ 4 - 0
src/proto/Page.proto

@@ -0,0 +1,4 @@
+syntax = "proto3";
+
+package View.Page;
+