fuel / email

Fuel PHP Framework - Fuel v1.x Email library
60 stars 38 forks source link

Adding getters to the driver (from, to, cc, bcc, reply_to) so it can be ... #43

Closed hrodic closed 11 years ago

hrodic commented 11 years ago

After a chat talk, i decided to push those changes. Since i need to access those variables after instancing the email. Cheers

Signed-off-by: rodrigo rodrigo.garcia@budgetplaces.com

WanWizard commented 11 years ago

it's probably a lot let clutter to add a generic getter using __get(), which will allow you to get the other properties too.

@FrenkyNet?

frankdejonge commented 11 years ago

@WanWizard I'd rather have separate methods than "hidden" methods for simple things. If docs can be added this looks ok :+1:

SCIF commented 11 years ago

@hrodic I think it'll be very usefull to add body and subject getters also