\App\Site\ModelsContactSubmission

Contact Submission Model

Summary

Methods
Properties
Constants
getOwner()
getContact()
submit()
getFullData()
getId()
getContactId()
getUserId()
getCreatedAt()
getUpdatedAt()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getContact()

getContact(): \App\Site\Models\Contact

gets submission Contact Form

Throws

\Exception

Returns

\App\Site\Models\Contact

submit()

submit(\Psr\Container\ContainerInterface  $container,array  $submission_data = array()): self

submit data

Parameters

\Psr\Container\ContainerInterface $container
array $submission_data

Returns

self

getFullData()

getFullData(): array

gets full key => value pairs data

Throws

\Degami\Basics\Exceptions\BasicException

Returns

array

getId()

getId(): integer

Returns

integer

getContactId()

getContactId(): integer

Returns

integer

getUserId()

getUserId(): integer

Returns

integer

getCreatedAt()

getCreatedAt(): \DateTime

Returns

\DateTime

getUpdatedAt()

getUpdatedAt(): \DateTime

Returns

\DateTime