Returns the result of whether a translator can translate a job.
Expanded class hierarchy of TranslatableResult
class TranslatableResult extends TranslatorResult {
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
TranslatorResult:: |
protected | property | Message in case success is FALSE. | |
TranslatorResult:: |
protected | property | TRUE or FALSE for response. | |
TranslatorResult:: |
public | function | Returns the reason for an unsuccessful result. | |
TranslatorResult:: |
public | function | Returns the object state on success. | |
TranslatorResult:: |
public static | function | Returns the object with FALSE and a message. | |
TranslatorResult:: |
protected | function | Sets the value success to FALSE and sets the $message accordingly. | |
TranslatorResult:: |
protected | function | Sets the value success to TRUE. | |
TranslatorResult:: |
public static | function | Returns the object with TRUE. | |
TranslatorResult:: |
protected | function | Constructs a result object. |