$userExtension $userExtension : mixed Protected variable to hold User extension. Type mixed — Default null.
get_class_name() get_class_name() : string Method get_class_name() Returns string — CLASS Class name.
instance() instance() Check if there is a session, if there isn't one create it. @return self::singlton Overview Page Session.
render_websites() render_websites(object $client_id) Render client overview Info. Parameters object $client_id Client ID.
prepare_items() prepare_items(integer $client_id) Prepare the items to be listed. Parameters integer $client_id client id.
get_default_columns() get_default_columns() : array Get default columns. Returns array — Array of default column names.
get_columns() get_columns() : array Method get_columns() Combine all columns. Returns array — $columns Array of column names.
column_default() column_default(mixed $item, string $column_name) : string Set the column names. Parameters mixed $item MainWP Sitetable Item. string $column_name Column name to use. Returns string — Column Name.
single_row_columns() single_row_columns(mixed $website) Columns for a single row. Parameters mixed $website Child Site.