芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/airport-back/vendor/codeception/specify/docs/GlobalConfig.md
## Codeception\Specify\Config Global Specify configuration. Should be set in bootstrap. ```php ``` #### *public* propertyIgnored($property) #### *public* classIgnored($value) #### *public* propertyIsShallowCloned($property) #### *public* propertyIsDeeplyCloned($property) #### *public static* setDeepClone($deepClone) Enable or disable using of deep cloning for objects by default. Deep cloning is the default. * `param boolean` $deepClone #### *public static* setIgnoredClasses($ignoredClasses) #### *public static* setIgnoredProperties($ignoredProperties) Globally set class properties are going to be ignored for cloning in specify blocks. ```php ``` * `param` $ignoredClasses #### *public static* create() @return Config