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