Displaying 1 result from an estimated 1 matches for "swfcompil".
Did you mean:
swfcompiler
2007 Jun 19
1
BlackBox testing
...t wouldn''t be included in the public API (if PHP
properly supported encapsulation that is). The PHP implementation
really only includes a single public method?writeSWF. Basically, you
pass writeSWF a data structure, and it returns SWF bytecode.
Pretty simple on the surface, but the actual SwfCompiler class is
monolithic ( http://svn1.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 onl...