You are here

class DeclareT in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/DrupalPractice/Objects/drupal8/DeclareT.php \DeclareT

Hierarchy

Expanded class hierarchy of DeclareT

File

tests/DrupalPractice/Objects/drupal8/DeclareT.php, line 3

View source
class DeclareT {

  /**
   * Just declaring a t() method here, should not throw errors.
   */
  function t() {
    return '';
  }

}

Members

Namesort descending Modifiers Type Description Overrides
DeclareT::t function Just declaring a t() method here, should not throw errors.