Breakk Class ============ .. php:class:: Breakk Represents a `break` Block .. php:method:: __construct(string $condition) Create a new Breakk group of statements :param ?string $condition: The condition :returns: A new instance of ``Breakk`` :rtype: Breakk .. php:method:: addItem(ItemInterface ...$item) Add item(s) :param ItemInterface ...$item: The item(s) :returns: A new instance of ``Breakk`` with the item(s) added :rtype: Breakk .. php:method:: withComment(string $comment) Sets a comment for the And :param string $comment: The comment :returns: A new instance of ``Breakk`` with the comment :rtype: Breakk .. php:method:: withItem(ItemInterface ...$item) Set item(s) :param ItemInterface ...$item: The item(s) :returns: A new instance of ``Breakk`` with the item(s) :rtype: Breakk