コード例 #1
0
ファイル: Name.php プロジェクト: rezident/kladr-json
 public function __toString()
 {
     return $this->abbr->getWrappedName($this->name);
 }
コード例 #2
0
 public function testDistrictAbbr()
 {
     $abbr = new Abbreviation('р-н');
     $this->assertEquals('Пушкинский район', $abbr->getWrappedName(' Пушкинский '));
 }