getCreatedAtColumn() public method

Get the name of the "created at" column.
public getCreatedAtColumn ( ) : string
return string
コード例 #1
0
ファイル: Relation.php プロジェクト: navruzm/lmongo
 /**
  * Get the name of the "created at" column.
  *
  * @return string
  */
 public function createdAt()
 {
     return $this->parent->getCreatedAtColumn();
 }