You are here

interface PublicAssertInterface in X Autoload 7.3

Hierarchy

Expanded class hierarchy of PublicAssertInterface

All classes that implement PublicAssertInterface

File

lib/Drupal/xautoload/Tests/PublicAssertInterface.php, line 9

Namespace

Drupal\xautoload\Tests
View source
interface PublicAssertInterface {

  /**
   * @param bool $status
   * @param string $message
   *
   * @return bool
   */
  function assertPublic($status, $message);

}

Members