PHP 클래스 PMA\libraries\plugins\schema\ExportRelationSchema

파일 보기 프로젝트 열기: phpmyadmin/phpmyadmin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$db
$diagram
$offline
$orientation
$pageNumber
$paper
$sameWide
$showColor
$showKeys
$tableDimension

공개 메소드들

메소드 설명
__construct ( string $db, object $diagram ) Constructor.
dieSchema ( integer $pageNumber, string $type = '', string $error_message = '' ) : void Displays an error message
getOrientation ( ) : string Returns orientation
getPageNumber ( ) : integer Returns the schema page number
getPaper ( ) : string Returns the paper size
isAllTableSameWidth ( ) : boolean Returns whether to use same width for all tables or not
isOffline ( ) : boolean Returns whether the client side database is used
isShowColor ( ) : boolean Returns whether to show colors
isShowKeys ( ) : boolean Returns whether to show keys
isTableDimension ( ) : boolean Returns whether to show table dimensions
setAllTablesSameWidth ( boolean $value ) : void Set same width of All Tables
setOffline ( boolean $value ) : void Set whether the document is generated from client side DB
setOrientation ( string $value ) : void Set Orientation
setPageNumber ( integer $value ) : void Set Page Number
setPaper ( string $value ) : void Set type of paper
setShowColor ( boolean $value ) : void Sets showColor
setShowKeys ( boolean $value ) : void Set Show only keys
setTableDimension ( boolean $value ) : void Set Table Dimension

보호된 메소드들

메소드 설명
getFileName ( String $extension ) : string Returns the file name
getTablesFromRequest ( ) : array Get the table names from the request

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $db, object $diagram )
$db string database name
$diagram object schema diagram

dieSchema() 공개 정적인 메소드

Displays an error message
public static dieSchema ( integer $pageNumber, string $type = '', string $error_message = '' ) : void
$pageNumber integer ID of the chosen page
$type string Schema Type
$error_message string The error message
리턴 void

getFileName() 보호된 메소드

Returns the file name
protected getFileName ( String $extension ) : string
$extension String file extension
리턴 string file name

getOrientation() 공개 메소드

Returns orientation
public getOrientation ( ) : string
리턴 string orientation

getPageNumber() 공개 메소드

Returns the schema page number
public getPageNumber ( ) : integer
리턴 integer schema page number

getPaper() 공개 메소드

Returns the paper size
public getPaper ( ) : string
리턴 string paper size

getTablesFromRequest() 보호된 메소드

Get the table names from the request
protected getTablesFromRequest ( ) : array
리턴 array an array of table names

isAllTableSameWidth() 공개 메소드

Returns whether to use same width for all tables or not
public isAllTableSameWidth ( ) : boolean
리턴 boolean whether to use same width for all tables or not

isOffline() 공개 메소드

Returns whether the client side database is used
public isOffline ( ) : boolean
리턴 boolean

isShowColor() 공개 메소드

Returns whether to show colors
public isShowColor ( ) : boolean
리턴 boolean whether to show colors

isShowKeys() 공개 메소드

Returns whether to show keys
public isShowKeys ( ) : boolean
리턴 boolean whether to show keys

isTableDimension() 공개 메소드

Returns whether to show table dimensions
public isTableDimension ( ) : boolean
리턴 boolean whether to show table dimensions

setAllTablesSameWidth() 공개 메소드

Set same width of All Tables
public setAllTablesSameWidth ( boolean $value ) : void
$value boolean set same width of all tables or not
리턴 void

setOffline() 공개 메소드

Set whether the document is generated from client side DB
public setOffline ( boolean $value ) : void
$value boolean offline or not
리턴 void

setOrientation() 공개 메소드

Set Orientation
public setOrientation ( string $value ) : void
$value string Orientation will be portrait or landscape
리턴 void

setPageNumber() 공개 메소드

Set Page Number
public setPageNumber ( integer $value ) : void
$value integer Page Number of the document to be created
리턴 void

setPaper() 공개 메소드

Set type of paper
public setPaper ( string $value ) : void
$value string paper type can be A4 etc
리턴 void

setShowColor() 공개 메소드

Sets showColor
public setShowColor ( boolean $value ) : void
$value boolean whether to show colors
리턴 void

setShowKeys() 공개 메소드

Set Show only keys
public setShowKeys ( boolean $value ) : void
$value boolean show only keys or not
리턴 void

setTableDimension() 공개 메소드

Set Table Dimension
public setTableDimension ( boolean $value ) : void
$value boolean show table co-ordinates or not
리턴 void

프로퍼티 상세

$db 보호되어 있는 프로퍼티

protected $db

$diagram 보호되어 있는 프로퍼티

protected $diagram

$offline 보호되어 있는 프로퍼티

protected $offline

$orientation 보호되어 있는 프로퍼티

protected $orientation

$pageNumber 보호되어 있는 프로퍼티

protected $pageNumber

$paper 보호되어 있는 프로퍼티

protected $paper

$sameWide 보호되어 있는 프로퍼티

protected $sameWide

$showColor 보호되어 있는 프로퍼티

protected $showColor

$showKeys 보호되어 있는 프로퍼티

protected $showKeys

$tableDimension 보호되어 있는 프로퍼티

protected $tableDimension