You are here

public function Author::__construct in Zircon Profile 8

Same name in this branch
  1. 8 vendor/sebastian/comparator/tests/_files/Author.php \SebastianBergmann\Comparator\Author::__construct()
  2. 8 vendor/phpunit/phpunit/tests/_files/Author.php \Author::__construct()
Same name and namespace in other branches
  1. 8.0 vendor/sebastian/comparator/tests/_files/Author.php \SebastianBergmann\Comparator\Author::__construct()

File

vendor/sebastian/comparator/tests/_files/Author.php, line 24

Class

Author
An author.

Namespace

SebastianBergmann\Comparator

Code

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