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