getCreatedAtColumn() public method

Get the name of the "created at" column.
public getCreatedAtColumn ( ) : string
return string
Beispiel #1
0
 /**
  * Get the name of the "created at" column.
  *
  * @return string
  */
 public function createdAt()
 {
     return $this->parent->getCreatedAtColumn();
 }