app\models\InvoiceItem::getEntityType PHP Метод

getEntityType() публичный Метод

public getEntityType ( ) : mixed
Результат mixed
    public function getEntityType()
    {
        return ENTITY_INVOICE_ITEM;
    }