aboutsummaryrefslogtreecommitdiffstats
path: root/include/classes/BigPipe/BigPipe.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2016-10-22 01:08:22 +0200
committerThomas Lange <code@nerdmind.de>2016-10-22 01:08:22 +0200
commit19c0af6809b8db0b763565fa9b273c90da3d1894 (patch)
tree9abe45611cb8bc90ab9f91f84309e65e8b9e08ce /include/classes/BigPipe/BigPipe.php
parent842379e0ca399bdb5f8b85c455d1136b519d1816 (diff)
downloadbigpipe-19c0af6809b8db0b763565fa9b273c90da3d1894.tar.gz
bigpipe-19c0af6809b8db0b763565fa9b273c90da3d1894.tar.xz
bigpipe-19c0af6809b8db0b763565fa9b273c90da3d1894.zip
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).
Diffstat (limited to 'include/classes/BigPipe/BigPipe.php')
-rwxr-xr-xinclude/classes/BigPipe/BigPipe.php2
1 files changed, 1 insertions, 1 deletions
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;