Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

ApplicationCache.php

Namespace

WebDriver

File

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal