mageekguy\atoum\test::getLocale PHP 메소드

getLocale() 공개 메소드

public getLocale ( )
    public function getLocale()
    {
        return $this->locale;
    }

Usage Example

예제 #1
0
 public function __construct(atoum\test $test, atoum\locale $locale = null)
 {
     parent::__construct($locale ?: $test->getLocale());
     $this->setTest($test);
 }
All Usage Examples Of mageekguy\atoum\test::getLocale
test