OEModule\PASAPI\resources\PatientAppointment::__construct PHP Method

__construct() public method

PatientAppointment constructor.
public __construct ( $version, array $options = [] )
$version
$options array
    public function __construct($version, $options = array())
    {
        if (!isset($options['worklist_manager'])) {
            $options['worklist_manager'] = new \WorklistManager();
        }
        parent::__construct($version, $options);
    }