GraphQL\Tests\Executor\Dog::__construct PHP Method

__construct() public method

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