File tree Expand file tree Collapse file tree 4 files changed +0
-7
lines changed
Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 2323 * @method setNodeId(int $nodeId)
2424 */
2525class FsEvent extends Entity {
26- public $ id ;
2726 protected $ type ;
2827 protected $ userId ;
2928 protected $ nodeId ;
Original file line number Diff line number Diff line change 2121 * @method setPayload(string $payload)
2222 */
2323class QueueAction extends Entity {
24- public $ id ;
2524 protected $ type ;
2625 protected $ payload ;
2726
@@ -32,7 +31,6 @@ class QueueAction extends Entity {
3231
3332 public function __construct () {
3433 // add types in constructor
35- $ this ->addType ('id ' , 'integer ' );
3634 $ this ->addType ('type ' , 'string ' );
3735 $ this ->addType ('payload ' , 'string ' );
3836 }
Original file line number Diff line number Diff line change 3434 * @method string getUsers()
3535 */
3636class QueueContentItem extends Entity {
37- public $ id ;
3837 protected $ itemId ;
3938 protected $ appId ;
4039 protected $ providerId ;
@@ -69,7 +68,6 @@ class QueueContentItem extends Entity {
6968
7069 public function __construct () {
7170 // add types in constructor
72- $ this ->addType ('id ' , Types::INTEGER );
7371 $ this ->addType ('itemId ' , Types::STRING );
7472 $ this ->addType ('appId ' , Types::STRING );
7573 $ this ->addType ('providerId ' , Types::STRING );
Original file line number Diff line number Diff line change 2626 * @method bool getUpdate()
2727 */
2828class QueueFile extends Entity {
29- public $ id ;
3029 protected $ fileId ;
3130 protected $ storageId ;
3231 protected $ rootId ;
@@ -39,7 +38,6 @@ class QueueFile extends Entity {
3938
4039 public function __construct () {
4140 // add types in constructor
42- $ this ->addType ('id ' , 'integer ' );
4341 $ this ->addType ('fileId ' , 'integer ' );
4442 $ this ->addType ('storageId ' , 'integer ' );
4543 $ this ->addType ('rootId ' , 'integer ' );
You can’t perform that action at this time.
0 commit comments