コード例 #1
0
ファイル: DateTimeSelect.php プロジェクト: JeoffScott/dyplom
 /**
  * Get the second attributes
  *
  * @return array
  */
 public function getSecondAttributes()
 {
     return $this->secondElement->getAttributes();
 }
コード例 #2
0
ファイル: DateSelect.php プロジェクト: totolouis/ZF2-Auth
 /**
  * Get the day attributes
  *
  * @return array
  */
 public function getDayAttributes()
 {
     return $this->dayElement->getAttributes();
 }
コード例 #3
0
ファイル: MonthSelect.php プロジェクト: eltonoliveira/jenkins
 /**
  * Get the year attributes
  *
  * @return array
  */
 public function getYearAttributes()
 {
     return $this->yearElement->getAttributes();
 }