logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nx::configure - Get and set configuration options on the object system

Description

configureoption ?arg?
              This command sets and retrieves options for the NX object system. Legal configuration options are:

              •      defaultMethodCallProtection  returns  the  currently  active  call-protection level used as
                     default for newly defined method implementations (if not specified explicitly by  a  method
                     definition),  if  arg is not provided. If arg is set, this default call-protection level is
                     re-set to any of the available ones: public, private, protected.

              •      defaultAccessor  returns the currently active call-protection level used as the default for
                     newly defined properties (if not specified explicitly by a property definition), if arg  is
                     not  provided.  If  arg  is set, this default call-protection level is re-set to any of the
                     following values: public, private, protected, or none. none  indicates  that  no  accessors
                     (getter/setter  methods)  will  be generated for newly defined properties, if not requested
                     explicitly.

Name

       nx::configure - Get and set configuration options on the object system

Synopsis

configureoption ?arg?

________________________________________________________________________________________________________________

See Also