Finallyy Class ============== .. php:class:: Finallyy Represents a `finally` clause a :php:class:`TryCatch` object .. php:method:: __construct() Create a new Finallyy :returns: A new ``Finallyy`` instance :rtype: Finallyy .. php:method:: addItem(ItemInterface ...$interface) Add item(s) :param ItemInterface ...$interface: The item(s) :returns: A new instance of ``Finallyy`` with the item(s) added :rtype: Finallyy .. php:method:: withComment(string $comment) Sets a comment for the Finallyy :param string $comment: The comment :returns: A new instance of ``Finallyy`` with the comment :rtype: Finallyy .. php:method:: withItem(ItemInterface ...$interface) Set item(s) :param ItemInterface ...$interface: The item(s) :returns: A new instance of ``Finallyy`` with the item(s) :rtype: Finallyy