Disorder::behaviors PHP Method

behaviors() public method

public behaviors ( )
    public function behaviors()
    {
        return array('treeBehavior' => array('class' => 'TreeBehavior', 'idAttribute' => 'disorder_id'), 'LookupTable' => 'LookupTable');
    }