'integer', 'parent_id' => 'integer' ); /** * records property * * @var array */ public $records = array( array('child_id' => 1, 'parent_id' => 2), ); }