PHP Класс Ansel_Ajax_Application_Handler, horde

Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Автор: Michael J Rubinsky ([email protected])
Наследование: extends Horde_Core_Ajax_Application_Handler
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_external

Открытые методы

Метод Описание
addTag ( ) : array Adds a new tag to a resource.
checkSlug ( ) : boolean Variables used: - slug
deleteFaces ( ) Delete a face from an image.
embed ( ) : Horde_Core_Ajax_Response_Raw Javascript code needed for embedding a small gallery widget in external websites.
getGallery ( ) : mixed Obtain a gallery
imageSaveGeotag ( ) : object Save/update image geotag.
removeTag ( ) : array Remove tag(s) from a resource.
setFaceName ( ) Sets a name in an image.
uploadNotification ( )

Приватные методы

Метод Описание
_getTagHtml ( $tags, $hasEdit )

Описание методов

addTag() публичный Метод

Adds a new tag to a resource.
public addTag ( ) : array
Результат array An array of tag hashes representing the objects's current tags (after the new tag is added).

checkSlug() публичный Метод

Variables used: - slug
public checkSlug ( ) : boolean
Результат boolean True if slug is valid.

deleteFaces() публичный Метод

Delete a face from an image.
public deleteFaces ( )

embed() публичный Метод

Javascript code needed for embedding a small gallery widget in external websites.
public embed ( ) : Horde_Core_Ajax_Response_Raw
Результат Horde_Core_Ajax_Response_Raw The Ajax response object.

getGallery() публичный Метод

Obtain a gallery
См. также: Ansel_Gallery::toJson()
public getGallery ( ) : mixed
Результат mixed False on failure, object representing the gallery with the following structure:

imageSaveGeotag() публичный Метод

Save/update image geotag.
public imageSaveGeotag ( ) : object
Результат object Object with 2 parameters: - message - response

removeTag() публичный Метод

Remove tag(s) from a resource.
public removeTag ( ) : array
Результат array An array of tag hashes representing the objects's current tags (after the tags are deleted).

setFaceName() публичный Метод

Sets a name in an image.
public setFaceName ( )

uploadNotification() публичный Метод

public uploadNotification ( )

Описание свойств

$_external защищенное свойство

protected $_external