You are here

function PostcodeAnywhere_Interactive_Find::PostcodeAnywhere_Interactive_Find in Coder 8.2

Same name and namespace in other branches
  1. 8.3 tests/Drupal/Commenting/FunctionCommentUnitTest.inc \PostcodeAnywhere_Interactive_Find::PostcodeAnywhere_Interactive_Find()
  2. 8.3.x tests/Drupal/Commenting/FunctionCommentUnitTest.inc \PostcodeAnywhere_Interactive_Find::PostcodeAnywhere_Interactive_Find()

File

coder_sniffer/Drupal/Test/Commenting/FunctionCommentUnitTest.inc, line 401
Some function comment tests.

Class

PostcodeAnywhere_Interactive_Find

Code

function PostcodeAnywhere_Interactive_Find($Key, $SearchTerm, $PreferredLanguage, $Filter, $UserName) {
  $this->Key = $Key;
  $this->SearchTerm = $SearchTerm;
  $this->PreferredLanguage = $PreferredLanguage;
  $this->Filter = $Filter;
  $this->UserName = $UserName;
}