Ouzo\Db\ModelDefinition::resetCache PHP Method

resetCache() public static method

public static resetCache ( )
    public static function resetCache()
    {
        self::$cache = array();
    }

Usage Example

Esempio n. 1
0
 public function setUp()
 {
     parent::setUp();
     ModelDefinition::resetCache();
 }