BcSite::flash PHP Method

flash() public static method

public static flash ( )
    public static function flash()
    {
        self::$_sites = null;
    }

Usage Example

Example #1
0
 /**
  * set up
  *
  * @return void
  */
 public function setUp()
 {
     parent::setUp();
     $this->Content = ClassRegistry::init('Content');
     BcSite::flash();
 }
All Usage Examples Of BcSite::flash