GraphQL\Tests\Executor\Person::__construct PHP Метод

__construct() публичный Метод

public __construct ( $name, $pets = null, $friends = null )
    function __construct($name, $pets = null, $friends = null)
    {
        $this->name = $name;
        $this->pets = $pets;
        $this->friends = $friends;
    }