PHP 클래스 Microweber\Providers\MediaManager

파일 보기 프로젝트 열기: microweber/microweber

공개 프로퍼티들

프로퍼티 타입 설명
$app
$download_remote_images
$no_cache
$table_prefix
$tables

공개 메소드들

메소드 설명
__construct ( $app = null )
create_media_dir ( $params )
delete ( $data )
delete_media_file ( $params )
get ( $params )
get_all ( $params )
get_by_id ( $id )
get_first_image_from_html ( $html )
get_picture ( $content_id, $for = 'content', $full = false )
pixum ( $width = 150, $height = false )
pixum_img ( )
relative_media_start_path ( )
reorder ( $data )
save ( $data )
thumbnail ( $src, $width = 200, $height = 200 )
thumbnail_img ( $params )
thumbnails_path ( )
upload ( $data )
upload_progress_check ( )

비공개 메소드들

메소드 설명
_guess_media_type_from_file_ext ( $ext )
base64_to_file ( $data, $target )
svgScaleHack ( $svg, $minWidth, $minHeight )

메소드 상세

__construct() 공개 메소드

public __construct ( $app = null )

create_media_dir() 공개 메소드

public create_media_dir ( $params )

delete() 공개 메소드

public delete ( $data )

delete_media_file() 공개 메소드

public delete_media_file ( $params )

get() 공개 메소드

public get ( $params )

get_all() 공개 메소드

public get_all ( $params )

get_by_id() 공개 메소드

public get_by_id ( $id )

get_first_image_from_html() 공개 메소드

public get_first_image_from_html ( $html )

get_picture() 공개 메소드

public get_picture ( $content_id, $for = 'content', $full = false )

pixum() 공개 메소드

public pixum ( $width = 150, $height = false )

pixum_img() 공개 메소드

public pixum_img ( )

relative_media_start_path() 공개 메소드

reorder() 공개 메소드

public reorder ( $data )

save() 공개 메소드

public save ( $data )

thumbnail() 공개 메소드

public thumbnail ( $src, $width = 200, $height = 200 )

thumbnail_img() 공개 메소드

public thumbnail_img ( $params )

thumbnails_path() 공개 메소드

public thumbnails_path ( )

upload() 공개 메소드

public upload ( $data )

upload_progress_check() 공개 메소드

프로퍼티 상세

$app 공개적으로 프로퍼티

public $app

$download_remote_images 공개적으로 프로퍼티

public $download_remote_images

$no_cache 공개적으로 프로퍼티

public $no_cache

$table_prefix 공개적으로 프로퍼티

public $table_prefix

$tables 공개적으로 프로퍼티

public $tables