File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 66composer.lock
77composer.phar
88
9+ .idea /
10+
911tests /assets /test.json
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public function setValue($new_value) {
6666
6767 /**
6868 * Gets all of the properties set on an $object or ($this->value).
69- * @param Object
69+ * @param StatementObject
7070 * @return [string]
7171 */
7272 protected function getSetProps ($ object = null ) {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ class StatementBase extends Element {
55 protected $ props = [
66 'actor ' => 'Locker\XApi\Actor ' ,
77 'verb ' => 'Locker\XApi\Verb ' ,
8- 'object ' => 'Locker\XApi\Object ' ,
8+ 'object ' => 'Locker\XApi\StatementObject ' ,
99 'result ' => 'Locker\XApi\Result ' ,
1010 'context ' => 'Locker\XApi\Context ' ,
1111 'timestamp ' => 'Locker\XApi\Timestamp ' ,
Original file line number Diff line number Diff line change 11<?php namespace Locker \XApi ;
22
3- class Object extends Blueprint {
3+ class StatementObject extends Blueprint {
44 protected $ default_type = 'Activity ' ;
55 protected $ accepted_types = [
66 'Activity ' ,
You can’t perform that action at this time.
0 commit comments