/**
	 * @param $parser
	 * @param $frame
	 */
	function __construct( Parser $parser, PPFrame $frame ) {
		parent::__construct( $parser, $frame );
	}