From 19c0af6809b8db0b763565fa9b273c90da3d1894 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 22 Oct 2016 01:08:22 +0200 Subject: The Pagelet representation class in PHP now has a separate method to add dependencies (either with the instance of the dependency Pagelet or the unique ID as string as argument). --- include/classes/BigPipe/BigPipe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/classes/BigPipe/BigPipe.php') diff --git a/include/classes/BigPipe/BigPipe.php b/include/classes/BigPipe/BigPipe.php index 16df618..098e071 100755 --- a/include/classes/BigPipe/BigPipe.php +++ b/include/classes/BigPipe/BigPipe.php @@ -5,7 +5,7 @@ # # # The BigPipe main class is responsible for sorting and rendering the pagelets # # and their associated resources. This class also provides methods to turn off # -# the pipelining mode or turn on the debugging mode. # +# the pipeline mode or turn on the debugging mode. # # # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# namespace BigPipe; -- cgit v1.2.3