__id() public method

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