Message
class Message (View source)
| internal |
Determine configuration.
Properties
| protected RootPackageInterface | $rootPackage | The root package. |
|
| protected string | $eventName | The name of the event. |
|
| protected string[] | $messageText | The message to display. |
Methods
__construct(RootPackageInterface $root_package, string $event_name)
Construct a Config object.
getText()
No description
string[]
getMessageFromFile(string $file)
Reads the message file as an array.
Details
__construct(RootPackageInterface $root_package, string $event_name)
Construct a Config object.
getText()
No description
protected string[]
getMessageFromFile(string $file)
Reads the message file as an array.