Beispiel #1
0
 /**
  * Get the second attributes
  *
  * @return array
  */
 public function getSecondAttributes()
 {
     return $this->secondElement->getAttributes();
 }
Beispiel #2
0
 /**
  * Get the day attributes
  *
  * @return array
  */
 public function getDayAttributes()
 {
     return $this->dayElement->getAttributes();
 }
Beispiel #3
0
 /**
  * Get the year attributes
  *
  * @return array
  */
 public function getYearAttributes()
 {
     return $this->yearElement->getAttributes();
 }