_stream = $stream; } /** * Find the PHP object type and convert it into an AMF object type * * @param mixed $content * @param int $markerType * @return void */ public abstract function writeTypeMarker($content, $markerType=null); }