Exponent v2.7.2

elFinderExponent extends elFinder
in package

This is the class elFinderExponent elFinder object subclass for Exponent CMS expFile filesystem.

Tags
author

Dave Leffler

subpackage

Connectors

Table of Contents

__construct()  : mixed
alt()  : array<string|int, mixed>
Command to get file Alt
owner()  : array<string|int, mixed>
Command to get file owner
shared()  : array<string|int, mixed>
Command to get/set file shared status
title()  : array<string|int, mixed>
Command to get/set file title, NOT the filename

Methods

__construct()

public __construct(mixed $opts) : mixed
Parameters
$opts : mixed
Return values
mixed

alt()

Command to get file Alt

protected alt( $args) : array<string|int, mixed>
Parameters
$args :
Return values
array<string|int, mixed>

owner()

Command to get file owner

protected owner( $args) : array<string|int, mixed>
Parameters
$args :
Return values
array<string|int, mixed>

shared()

Command to get/set file shared status

protected shared( $args) : array<string|int, mixed>
Parameters
$args :
Return values
array<string|int, mixed>

title()

Command to get/set file title, NOT the filename

protected title( $args) : array<string|int, mixed>
Parameters
$args :
Return values
array<string|int, mixed>

Search results