PHP Class PHPExiftool\Driver\AbstractTag

Author: Romain Neutron - [email protected]
Inheritance: implements PHPExiftool\Driver\TagInterface
Afficher le fichier Open project: romainneutron/PHPExiftool

Protected Properties

Свойство Type Description
$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

Méthodes publiques

Méthode Description
__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

Method Details

__toString() public méthode

Return the tagname
public __toString ( ) : string
Résultat string

getDescription() public méthode

A small string about the Tag
public getDescription ( ) : string
Résultat string

getGroupName() public méthode

Returns tag group name
public getGroupName ( ) : string
Résultat string

getId() public méthode

Return Tag Id - Tag dependant
public getId ( ) : string
Résultat string

getMaxLength() public méthode

public getMaxLength ( ) : integer
Résultat integer

getMinLength() public méthode

public getMinLength ( ) : integer
Résultat integer

getName() public méthode

Return the tag name
public getName ( ) : string
Résultat string

getTagname() public méthode

Return the tagname path ; ie GroupName:Name
public getTagname ( ) : type
Résultat type

getValues() public méthode

An array of available values for this tag Other values should not be allowed
public getValues ( ) : array
Résultat array

isBinary() public méthode

Returns true if the value is binary
public isBinary ( ) : type
Résultat type

isMulti() public méthode

Returns true if the Tag handles list values
public isMulti ( ) : boolean
Résultat boolean

isWritable() public méthode

Returns true if the value can be written in the tag
public isWritable ( ) : type
Résultat type

Property Details

$Description protected_oe property

protected $Description

$FullName protected_oe property

protected $FullName

$GroupName protected_oe property

protected $GroupName

$Id protected_oe property

protected $Id

$MaxLength protected_oe property

protected $MaxLength

$MinLength protected_oe property

protected $MinLength

$Name protected_oe property

protected $Name

$Type protected_oe property

protected $Type

$Values protected_oe property

protected $Values

$Writable protected_oe property

protected $Writable

$flag_Alt protected_oe property

protected $flag_Alt

$flag_Avoid protected_oe property

protected $flag_Avoid

$flag_Bag protected_oe property

protected $flag_Bag

$flag_Binary protected_oe property

protected $flag_Binary

$flag_List protected_oe property

protected $flag_List

$flag_Mandatory protected_oe property

protected $flag_Mandatory

$flag_Permanent protected_oe property

protected $flag_Permanent

$flag_Protected protected_oe property

protected $flag_Protected

$flag_Seq protected_oe property

protected $flag_Seq

$flag_Unsafe protected_oe property

protected $flag_Unsafe

$g0 protected_oe property

protected $g0

$g1 protected_oe property

protected $g1

$g2 protected_oe property

protected $g2