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

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

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