monthNames() 공개 정적인 메소드

Months
public static monthNames ( array $monthKeys = [], array $options = [] ) : array
$monthKeys array
$options array
리턴 array
예제 #1
0
 /**
  * TimeTest::testMonths()
  *
  * @return void
  */
 public function testMonthNames()
 {
     //$this->out($this->_header(__FUNCTION__), true);
     $ret = $this->Time->monthNames();
     $this->assertTrue(count($ret) === 12);
 }