public function Author::__construct

File

drupal/core/vendor/phpunit/phpunit/Tests/_files/Author.php, line 62

Class

Author
An author.

Code

public function __construct($name) {
  $this->name = $name;
}