OEModule\PASAPI\resources\PatientId::methodNotImplemented PHP 메소드

methodNotImplemented() 보호된 메소드

Convenience wrapper for marking a method not implemented (to generalise the exception for this).
protected methodNotImplemented ( $method_name )
$method_name
    protected function methodNotImplemented($method_name)
    {
        throw new \Exception("{$method_name} not yet supported.");
    }