Andd Class ========== .. php:class:: Andd Represents an `and` clause, a parallel group of statements in a :php:class:`Parallel` object .. php:method:: __construct(string $action) Create a new Andd group of statements :param ?string $action: The action that the statements perform :returns: A new instance of ``Andd`` :rtype: Andd .. php:method:: addItem(ItemInterface ...$interface) Add item(s) :param ItemInterface ...$interface: The item(s) :returns: A new instance of ``Andd`` with the item(s) added :rtype: Andd .. php:method:: withComment(string $comment) Sets a comment for the And :param string $comment: The comment :returns: A new instance of ``Andd`` with the comment :rtype: Andd .. php:method:: withItem(ItemInterface ...$interface) Set item(s) :param ItemInterface ...$interface: The item(s) :returns: A new instance of ``Andd`` with the item(s) :rtype: Andd