BcBaserHelper::getUpdateInfo PHP Method

getUpdateInfo() public method

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