Ouzo\Config::clearProperty PHP Method

clearProperty() public static method

public static clearProperty ( ) : void
return void
    public static function clearProperty()
    {
        self::overridePropertyArray(func_get_args(), null);
    }

Usage Example

Example #1
0
 public function tearDown()
 {
     parent::tearDown();
     Config::clearProperty('namespace', 'controller');
     Config::clearProperty('debug');
     Config::clearProperty('callback', 'afterControllerInit');
 }
All Usage Examples Of Ouzo\Config::clearProperty