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

__construct() public method

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