Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
PHP Affiliation\Entity Affiliation::getLoi示例
编程语言:
PHP
命名空间/包名称:
Affiliation\Entity
类/类型:
Affiliation
方法/功能:
getLoi
hotexamples.com的示例:
1
PHP Affiliation\Entity Affiliation::getLoi - 已找到1个示例
。这些是从开源项目中提取的最受好评的
Affiliation\Entity\Affiliation::getLoi
现实PHP示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
getOrganisation(4)
getContact(4)
getProject(4)
setProject(3)
setOrganisation(3)
setId(3)
setContact(3)
getDateEnd(2)
getFinancial(2)
getId(2)
setBranch(2)
setDateEnd(1)
getAssociate(1)
getMarketAccess(1)
getBranch(1)
getLoi(1)
getInvoice(1)
getDoa(1)
getDescription(1)
getMainContribution(1)
常用方法
getOrganisation (4)
getContact (4)
getProject (4)
setProject (3)
setOrganisation (3)
setId (3)
setContact (3)
getDateEnd (2)
getFinancial (2)
getId (2)
常用方法
setBranch (2)
setDateEnd (1)
getAssociate (1)
getMarketAccess (1)
getBranch (1)
getLoi (1)
getInvoice (1)
getDoa (1)
getDescription (1)
getMainContribution (1)
示例#1
0
显示文件
文件:
AffiliationService.php
项目:
Newman101/affiliation
/** * @return bool */ public function hasLoi() { return !is_null($this->affiliation->getLoi()); }
x