App\Ninja\Transformers\VendorTransformer::includeVendorContacts PHP Method

includeVendorContacts() public method

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);
    }