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

getCulture() 공개 메소드

Get the culture identifier for the source.
public getCulture ( ) : string
리턴 string culture identifier.
    public function getCulture()
    {
        return $this->culture;
    }