public function Author::__construct in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/sebastian/comparator/tests/_files/Author.php \SebastianBergmann\Comparator\Author::__construct()
- 8.0 vendor/phpunit/phpunit/tests/_files/Author.php \Author::__construct()
Same name and namespace in other branches
- 8 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\ComparatorCode
public function __construct($name) {
$this->name = $name;
}