BcBaserHelper::getUpdateInfo PHP 메소드

getUpdateInfo() 공개 메소드

更新情報を取得する
public getUpdateInfo ( )
    public function getUpdateInfo()
    {
        return $this->getElement('update_info', ['createdDate' => $this->getContentCreatedDate(), 'modifiedDate' => $this->getContentModifiedDate()]);
    }