App\Ninja\Transformers\VendorTransformer::includeVendorContacts PHP Метод

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

public includeVendorContacts ( Vendor $vendor )
$vendor app\models\Vendor
    public function includeVendorContacts(Vendor $vendor)
    {
        $transformer = new VendorContactTransformer($this->account, $this->serializer);
        return $this->includeCollection($vendor->vendor_contacts, $transformer, ENTITY_CONTACT);
    }