Prado\I18N\core\MessageSource::getSource PHP 메소드

getSource() 보호된 메소드

Get the source, this could be a filename or database ID.
protected getSource ( $variant ) : string
리턴 string the resource key
    protected function getSource($variant)
    {
        return $variant;
    }