Displaying 1 result from an estimated 1 matches for "write_swf".
Did you mean:
write_buf
2007 Jun 19
1
BlackBox testing
...cvsdude.com/osflash/swx/trunk/php/SwfCompiler.php
).
Here''s my question: I lean towards protecting as many methods of my
classes as possible. Protect first, then make public if it becomes
necessary to do so. Following the original implementation, my only
public method would be SwfCompiler#write_swf.
But how can I drive my implementation by specifying only one method?
I''d have to blindly write a couple hundred lines of protected methods
before I implemented any examples.
What is the common prescription to overcome such a scenario?