__type() public method

[__type description]
public __type ( ) : [type]
return [type]
Example #1
0
 public function test_it_has_type()
 {
     $obj = new LiveFieldValue('{}', 12, 'field');
     assertEquals('field', $obj->__type());
 }