PHP 클래스 SimpleHistoryFilterDropin

파일 보기 프로젝트 열기: bonny/wordpress-simple-history

공개 메소드들

메소드 설명
__construct ( $sh )
add_gravatar_to_user_array ( &$val, $index = null ) function
ajax_simple_history_filters_search_user ( ) Return users
enqueue_admin_scripts ( )
get_data_for_user ( integer $userID ) : array Return format used for select2 for a single user id
gui_page_filters ( )
touch_time ( $from_or_to, integer | boolean $edit = 1 ) Print out HTML form date elements for editing post or comment publish date.

메소드 상세

__construct() 공개 메소드

public __construct ( $sh )

add_gravatar_to_user_array() 공개 메소드

function
public add_gravatar_to_user_array ( &$val, $index = null )

ajax_simple_history_filters_search_user() 공개 메소드

Return users

enqueue_admin_scripts() 공개 메소드

get_data_for_user() 공개 메소드

Return format used for select2 for a single user id
public get_data_for_user ( integer $userID ) : array
$userID integer
리턴 array Array with each user as an object

gui_page_filters() 공개 메소드

public gui_page_filters ( )

touch_time() 공개 메소드

Based on the wordpress function touch_time();
public touch_time ( $from_or_to, integer | boolean $edit = 1 )
$edit integer | boolean Accepts 1|true for editing the date, 0|false for adding the date.