PHP 클래스 SIS_Admin_Media, Simple-image-sizes

파일 보기 프로젝트 열기: Rahe/Simple-image-sizes

공개 프로퍼티들

프로퍼티 타입 설명
$original Original sizes

공개 메소드들

메소드 설명
__construct ( )
a_add_size ( ) : void Add a size by Ajax
a_get_list ( ) : void Get the media list to regenerate
a_get_sizes ( ) : void Display the add_image_size for the registered sizes
a_remove_size ( ) : void Remove a size by Ajax
a_thumbnails_rebuild ( ) : array Regenerate the thumbnails ajax action
addSizeButton ( ) : void Add the button to add a size
add_settings_link ( array $links, string $file ) : string Add a link to the setting option page
enqueue_assets ( string $hook_suffix = '' ) Register javascripts and css.
getPhpButton ( ) : void Add the button to get the php for th sizes
image_sizes ( mixed $args ) : void Display the row of the image size
init ( ) : void Init for the option page
thumbnailRegenerate ( ) : void Display the Table of sizes and post types for regenerating

메소드 상세

__construct() 공개 메소드

public __construct ( )

a_add_size() 공개 정적인 메소드

Add a size by Ajax
저자: Nicolas Juen
public static a_add_size ( ) : void
리턴 void

a_get_list() 공개 정적인 메소드

Get the media list to regenerate
public static a_get_list ( ) : void
리턴 void

a_get_sizes() 공개 정적인 메소드

Display the add_image_size for the registered sizes
public static a_get_sizes ( ) : void
리턴 void

a_remove_size() 공개 정적인 메소드

Remove a size by Ajax
저자: Nicolas Juen
public static a_remove_size ( ) : void
리턴 void

a_thumbnails_rebuild() 공개 정적인 메소드

Regenerate the thumbnails ajax action
저자: Nicolas Juen
public static a_thumbnails_rebuild ( ) : array
리턴 array

addSizeButton() 공개 정적인 메소드

Add the button to add a size
저자: Nicolas Juen
public static addSizeButton ( ) : void
리턴 void

enqueue_assets() 공개 정적인 메소드

Register javascripts and css.
저자: Nicolas Juen
public static enqueue_assets ( string $hook_suffix = '' )
$hook_suffix string

getPhpButton() 공개 정적인 메소드

Add the button to get the php for th sizes
저자: Nicolas Juen
public static getPhpButton ( ) : void
리턴 void

image_sizes() 공개 정적인 메소드

Display the row of the image size
저자: Nicolas Juen
public static image_sizes ( mixed $args ) : void
$args mixed
리턴 void

init() 공개 정적인 메소드

Init for the option page
저자: Nicolas Juen
public static init ( ) : void
리턴 void

thumbnailRegenerate() 공개 정적인 메소드

Display the Table of sizes and post types for regenerating
저자: Nicolas Juen
public static thumbnailRegenerate ( ) : void
리턴 void

프로퍼티 상세

$original 공개적으로 정적으로 프로퍼티

Original sizes
public static $original