PHP 클래스 PHPExiftool\Driver\AbstractTag

저자: Romain Neutron - [email protected]
상속: implements PHPExiftool\Driver\TagInterface
파일 보기 프로젝트 열기: romainneutron/PHPExiftool

보호된 프로퍼티들

프로퍼티 타입 설명
$Description
$FullName
$GroupName
$Id
$MaxLength
$MinLength
$Name
$Type
$Values
$Writable
$flag_Alt
$flag_Avoid
$flag_Bag
$flag_Binary
$flag_List
$flag_Mandatory
$flag_Permanent
$flag_Protected
$flag_Seq
$flag_Unsafe
$g0
$g1
$g2

공개 메소드들

메소드 설명
__toString ( ) : string Return the tagname
getDescription ( ) : string A small string about the Tag
getGroupName ( ) : string Returns tag group name
getId ( ) : string Return Tag Id - Tag dependant
getMaxLength ( ) : integer
getMinLength ( ) : integer
getName ( ) : string Return the tag name
getTagname ( ) : type Return the tagname path ; ie GroupName:Name
getValues ( ) : array An array of available values for this tag Other values should not be allowed
isBinary ( ) : type Returns true if the value is binary
isMulti ( ) : boolean Returns true if the Tag handles list values
isWritable ( ) : type Returns true if the value can be written in the tag

메소드 상세

__toString() 공개 메소드

Return the tagname
public __toString ( ) : string
리턴 string

getDescription() 공개 메소드

A small string about the Tag
public getDescription ( ) : string
리턴 string

getGroupName() 공개 메소드

Returns tag group name
public getGroupName ( ) : string
리턴 string

getId() 공개 메소드

Return Tag Id - Tag dependant
public getId ( ) : string
리턴 string

getMaxLength() 공개 메소드

public getMaxLength ( ) : integer
리턴 integer

getMinLength() 공개 메소드

public getMinLength ( ) : integer
리턴 integer

getName() 공개 메소드

Return the tag name
public getName ( ) : string
리턴 string

getTagname() 공개 메소드

Return the tagname path ; ie GroupName:Name
public getTagname ( ) : type
리턴 type

getValues() 공개 메소드

An array of available values for this tag Other values should not be allowed
public getValues ( ) : array
리턴 array

isBinary() 공개 메소드

Returns true if the value is binary
public isBinary ( ) : type
리턴 type

isMulti() 공개 메소드

Returns true if the Tag handles list values
public isMulti ( ) : boolean
리턴 boolean

isWritable() 공개 메소드

Returns true if the value can be written in the tag
public isWritable ( ) : type
리턴 type

프로퍼티 상세

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

protected $Description

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

protected $FullName

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

protected $GroupName

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

protected $Id

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

protected $MaxLength

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

protected $MinLength

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

protected $Name

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

protected $Type

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

protected $Values

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

protected $Writable

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

protected $flag_Alt

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

protected $flag_Avoid

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

protected $flag_Bag

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

protected $flag_Binary

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

protected $flag_List

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

protected $flag_Mandatory

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

protected $flag_Permanent

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

protected $flag_Protected

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

protected $flag_Seq

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

protected $flag_Unsafe

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

protected $g0

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

protected $g1

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

protected $g2