Actor Class ============= .. php:class:: Actor Represents a Actor in a User Journey diagram .. php:method:: __construct(string $name) Creates a new User Journey actor :param string $name: The actor name :returns: A new instance of ``Actor`` :rtype: Actor