app\models\InvoiceItem::getEntityType PHP 메소드

getEntityType() 공개 메소드

public getEntityType ( ) : mixed
리턴 mixed
    public function getEntityType()
    {
        return ENTITY_INVOICE_ITEM;
    }