You are here

PublicAssertInterface.php in X Autoload 7.3

File

lib/Drupal/xautoload/Tests/PublicAssertInterface.php
View source
<?php

/**
 * Author: lemonhead
 */
namespace Drupal\xautoload\Tests;

interface PublicAssertInterface {

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

}

Interfaces