ApplicationCache.php
Namespace
WebDriverFile
-
vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ ApplicationCache.php
View source
<?php
/**
* @copyright 2012 Anthon Pang
* @license Apache-2.0
*
* @package WebDriver
*
* @author Anthon Pang <apang@softwaredevelopment.ca>
*/
namespace WebDriver;
/**
* WebDriver\ApplicationCache class
*
* @package WebDriver
*
* @method integer status() Get application cache status.
*/
class ApplicationCache extends AbstractWebDriver {
/**
* {@inheritdoc}
*/
protected function methods() {
return array(
'status' => array(
'GET',
),
);
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
ApplicationCache | WebDriver\ApplicationCache class |