OEModule\OphCoCvi\controllers\AdminController::actionEmploymentStatus PHP Method

actionEmploymentStatus() public method

Admin for the employment status lookup on the clerical info element.
    public function actionEmploymentStatus()
    {
        $this->genericAdmin('Employment Status', 'OEModule\\OphCoCvi\\models\\OphCoCvi_ClericalInfo_EmploymentStatus', array('extra_fields' => array(array('field' => 'child_default', 'type' => 'boolean'), array('field' => 'social_history_occupation_id', 'type' => 'lookup', 'model' => 'SocialHistoryOccupation'))));
    }