[TYPO3-core] RFC: #17592: ExtDirect API calls are splitted in single requests and slows down page loading

Georg Ringer mail at ringerge.org
Wed Feb 16 13:37:00 CET 2011


Hi,

Am 16.02.2011 13:25, schrieb Steffen Kamper:
> Hi,
> 
> here is v2 using the type hint and correct the phpDoc as mentioned by
> Oliver.

it is still wrong/missing. see
public function moveFile($file, $destination, $isFolder) {

public static function addCoreNavigationComponent($module,
+	 * @param  array $filterNamespaces
+	 * @param bool $checkGetParam
+	 * @return string $javascriptNamespaces
+	 */
+	protected function getExtDirectApi(array $filterNamespaces) {

public static function sendFile($path) {
public static function renameFile($file, $newName) {


Georg


More information about the TYPO3-team-core mailing list