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