Prado\I18N\core\MessageFormat::getSource PHP Method

getSource() public method

Get the message source.
public getSource ( ) : MessageSource
return MessageSource
    function getSource()
    {
        return $this->source;
    }