WPDK  1.5.0
WordPress Development Kit
 All Data Structures Files Functions Variables Pages
WPDKGlyphIcons Class Reference
Inheritance diagram for WPDKGlyphIcons:
WPDKObject

Static Public Member Functions

static init ()
 Singleton. More...
 
static html ($glypho, $size= '', $color= '', $tag= 'i')
 Glypho. More...
 
static display ($glypho, $size= '', $color= '', $tag= 'i')
 Glypho. More...
 
- Static Public Member Functions inherited from WPDKObject
static __delta ($last_version, $old_version)
 Object delta compare for combine. More...
 
static delta ($last_version, $old_version)
 
static __dump ($var, $monitor=false)
 Dump a variable. More...
 

Data Fields

const ANGLE_DOWN = 'wpdk-icon-angle-down'
 
const UPDOWN_CIRCLE = 'wpdk-icon-updown-circle'
 
const ANGLE_LEFT = 'wpdk-icon-angle-left'
 
const ANGLE_RIGHT = 'wpdk-icon-angle-right'
 
const ANGLE_UP = 'wpdk-icon-angle-up'
 
const ARROWS_CW = 'wpdk-icon-arrows-cw'
 
const ATTENTION = 'wpdk-icon-attention'
 
const BUG = 'wpdk-icon-bug'
 
const CANCEL_CIRCLED2 = 'wpdk-icon-cancel-circled2'
 
const CCW = 'wpdk-icon-ccw'
 
const CHAT = 'wpdk-icon-chat'
 
const CLOCK = 'wpdk-icon-clock-1'
 
const COMMENT_EMPTY = 'wpdk-icon-comment-empty'
 
const CW = 'wpdk-icon-cw'
 
const DOWN_BIG = 'wpdk-icon-down-big'
 
const DOWN_OPEN = 'wpdk-icon-down-open'
 
const EMO_COFFEE = 'wpdk-icon-emo-coffee'
 
const EXPORT = 'wpdk-icon-export'
 
const GITHUB = 'wpdk-icon-github'
 
const HEART = 'wpdk-icon-heart'
 
const HEART_EMPTY = 'wpdk-icon-heart-empty'
 
const LEFT_OPEN = 'wpdk-icon-left-open'
 
const LOCK = 'wpdk-icon-lock'
 
const LOCK_OPEN = 'wpdk-icon-lock-open'
 
const LOCK_OPEN_ALT = 'wpdk-icon-lock-open-alt'
 
const MAIL = 'wpdk-icon-mail'
 
const MINUS_SQUARED = 'wpdk-icon-minus-squared'
 
const OK = 'wpdk-icon-ok'
 
const OK_CIRCLED = 'wpdk-icon-ok-circled'
 
const PENCIL = 'wpdk-icon-pencil'
 
const PLUS_SQUARED = 'wpdk-icon-plus-squared'
 
const RIGHT_OPEN = 'wpdk-icon-right-open'
 
const SEARCH = 'wpdk-icon-search'
 
const SPIN1 = 'wpdk-icon-spin1 animate-spin'
 
const SPIN2 = 'wpdk-icon-spin2 animate-spin'
 
const SPIN3 = 'wpdk-icon-spin3 animate-spin'
 
const SPIN4 = 'wpdk-icon-spin4 animate-spin'
 
const SPIN5 = 'wpdk-icon-spin5 animate-spin'
 
const SPIN6 = 'wpdk-icon-spin6 animate-spin'
 
const STAR = 'wpdk-icon-star'
 
const STAR_EMPTY = 'wpdk-icon-star-empty'
 
const STAR_HALF = 'wpdk-icon-star-half'
 
const STAR_HALF_ALT = 'wpdk-icon-star-half-alt'
 
const TRASH = 'wpdk-icon-trash'
 
const UP_OPEN = 'wpdk-icon-up-open'
 
const EMO_HAPPY = 'wpdk-icon-emo-happy'
 
const EMO_UNHAPPY = 'wpdk-icon-emo-unhappy'
 
const CANCEL_CIRCLED = 'wpdk-icon-cancel-circled'
 
const THUMBS_UP_ALT = 'wpdk-icon-thumbs-up-alt'
 
const THUMBS_DOWN_ALT = 'wpdk-icon-thumbs-down-alt'
 
const THUMBS_UP = 'wpdk-icon-thumbs-up'
 
const THUMBS_DOWN = 'wpdk-icon-thumbs-down'
 
const COG = 'wpdk-icon-cog'
 
const UP_BIG = 'wpdk-icon-up-big'
 
const LEFT_BIG = 'wpdk-icon-left-big'
 
const RIGHT_BIG = 'wpdk-icon-right-big'
 
const OFF = 'wpdk-icon-off'
 
const FACEBOOK = 'wpdk-icon-facebook'
 
const APPLE = 'wpdk-icon-apple'
 
const TWITTER = 'wpdk-icon-twitter'
 
const GOOGLE_PLUS = 'wpdk-icon-gplus'
 
const FIREFOX = 'wpdk-icon-firefox'
 
const CHROME = 'wpdk-icon-chrome'
 
const OPERA = 'wpdk-icon-opera'
 
const IE = 'wpdk-icon-ie'
 
const TAG = 'wpdk-icon-tag'
 
const TAGS = 'wpdk-icon-tags'
 
const DOC_INV = 'wpdk-icon-doc-inv'
 
const HELP_CIRCLED = 'wpdk-icon-help-circled'
 
const INFO_CIRCLED = 'wpdk-icon-info-circled'
 
 $__version = '1.0.3'
 Version. More...
 
- Data Fields inherited from WPDKObject
 $__version = '1.0.0'
 The version number assigned to the class. More...
 

Additional Inherited Members

- Public Member Functions inherited from WPDKObject
 __className ()
 Returns the class object. More...
 
 __parentClass ()
 Returns the class object for the receiver’s superclass. More...
 
 __isClass ($class)
 Brief. More...
 
 __isSubclassOfClass ($class)
 Return TRUE if the receiving class is a subclass of —or identical to— $class, otherwise FALSE. More...
 

Detailed Description

Manage the glyph icons

glyphs-icons.png
Available Glyph icons
Author
=undo= info@.nosp@m.wpxt.nosp@m.re.me
Date
2014-01-15
Version
1.0.3

Definition at line 14 of file wpdk-glyphicons.php.

Member Function Documentation

static display (   $glypho,
  $size = '',
  $color = '',
  $tag = 'i' 
)
static

Glypho.

Display the HTML markup for glyph icon

Parameters
string$glyphoGlyph icon code
string$sizeOptional. Size styles, eg: 16px
string$colorOptional. Color style, eg: #c00
string$tagOptional. HTML tag, default 'i'.
Returns
string

Definition at line 177 of file wpdk-glyphicons.php.

static html (   $glypho,
  $size = '',
  $color = '',
  $tag = 'i' 
)
static

Glypho.

Return the HTML markup for glyph icon

Parameters
string$glyphoGlyph icon code
string$sizeOptional. Size styles, eg: 16px
string$colorOptional. Color style, eg: #c00
string$tagOptional. HTML tag, default 'i'.
Returns
string

Definition at line 144 of file wpdk-glyphicons.php.

static init ( )
static

Singleton.

Return a singleton instance of WPDKGlyphIcons class

Returns
WPDKGlyphIcons

Definition at line 123 of file wpdk-glyphicons.php.

Field Documentation

string $__version = '1.0.3'

Version.

Override version

Definition at line 102 of file wpdk-glyphicons.php.

const ANGLE_DOWN = 'wpdk-icon-angle-down'

Definition at line 16 of file wpdk-glyphicons.php.

const ANGLE_LEFT = 'wpdk-icon-angle-left'

Definition at line 18 of file wpdk-glyphicons.php.

const ANGLE_RIGHT = 'wpdk-icon-angle-right'

Definition at line 19 of file wpdk-glyphicons.php.

const ANGLE_UP = 'wpdk-icon-angle-up'

Definition at line 20 of file wpdk-glyphicons.php.

const APPLE = 'wpdk-icon-apple'

Definition at line 76 of file wpdk-glyphicons.php.

const ARROWS_CW = 'wpdk-icon-arrows-cw'

Definition at line 21 of file wpdk-glyphicons.php.

const ATTENTION = 'wpdk-icon-attention'

Definition at line 22 of file wpdk-glyphicons.php.

const BUG = 'wpdk-icon-bug'

Definition at line 23 of file wpdk-glyphicons.php.

const CANCEL_CIRCLED = 'wpdk-icon-cancel-circled'

Definition at line 65 of file wpdk-glyphicons.php.

const CANCEL_CIRCLED2 = 'wpdk-icon-cancel-circled2'

Definition at line 24 of file wpdk-glyphicons.php.

const CCW = 'wpdk-icon-ccw'

Definition at line 25 of file wpdk-glyphicons.php.

const CHAT = 'wpdk-icon-chat'

Definition at line 26 of file wpdk-glyphicons.php.

const CHROME = 'wpdk-icon-chrome'

Definition at line 84 of file wpdk-glyphicons.php.

const CLOCK = 'wpdk-icon-clock-1'

Definition at line 27 of file wpdk-glyphicons.php.

const COG = 'wpdk-icon-cog'

Definition at line 70 of file wpdk-glyphicons.php.

const COMMENT_EMPTY = 'wpdk-icon-comment-empty'

Definition at line 28 of file wpdk-glyphicons.php.

const CW = 'wpdk-icon-cw'

Definition at line 29 of file wpdk-glyphicons.php.

const DOC_INV = 'wpdk-icon-doc-inv'

Definition at line 89 of file wpdk-glyphicons.php.

const DOWN_BIG = 'wpdk-icon-down-big'

Definition at line 30 of file wpdk-glyphicons.php.

const DOWN_OPEN = 'wpdk-icon-down-open'

Definition at line 31 of file wpdk-glyphicons.php.

const EMO_COFFEE = 'wpdk-icon-emo-coffee'

Definition at line 32 of file wpdk-glyphicons.php.

const EMO_HAPPY = 'wpdk-icon-emo-happy'

Definition at line 63 of file wpdk-glyphicons.php.

const EMO_UNHAPPY = 'wpdk-icon-emo-unhappy'

Definition at line 64 of file wpdk-glyphicons.php.

const EXPORT = 'wpdk-icon-export'

Definition at line 33 of file wpdk-glyphicons.php.

const FACEBOOK = 'wpdk-icon-facebook'

Definition at line 75 of file wpdk-glyphicons.php.

const FIREFOX = 'wpdk-icon-firefox'

Definition at line 83 of file wpdk-glyphicons.php.

const GITHUB = 'wpdk-icon-github'

Definition at line 34 of file wpdk-glyphicons.php.

const GOOGLE_PLUS = 'wpdk-icon-gplus'

Definition at line 80 of file wpdk-glyphicons.php.

const HEART = 'wpdk-icon-heart'

Definition at line 35 of file wpdk-glyphicons.php.

const HEART_EMPTY = 'wpdk-icon-heart-empty'

Definition at line 36 of file wpdk-glyphicons.php.

const HELP_CIRCLED = 'wpdk-icon-help-circled'

Definition at line 92 of file wpdk-glyphicons.php.

const IE = 'wpdk-icon-ie'

Definition at line 86 of file wpdk-glyphicons.php.

const INFO_CIRCLED = 'wpdk-icon-info-circled'

Definition at line 93 of file wpdk-glyphicons.php.

const LEFT_BIG = 'wpdk-icon-left-big'

Definition at line 72 of file wpdk-glyphicons.php.

const LEFT_OPEN = 'wpdk-icon-left-open'

Definition at line 37 of file wpdk-glyphicons.php.

const LOCK = 'wpdk-icon-lock'

Definition at line 38 of file wpdk-glyphicons.php.

const LOCK_OPEN = 'wpdk-icon-lock-open'

Definition at line 39 of file wpdk-glyphicons.php.

const LOCK_OPEN_ALT = 'wpdk-icon-lock-open-alt'

Definition at line 40 of file wpdk-glyphicons.php.

const MAIL = 'wpdk-icon-mail'

Definition at line 41 of file wpdk-glyphicons.php.

const MINUS_SQUARED = 'wpdk-icon-minus-squared'

Definition at line 42 of file wpdk-glyphicons.php.

const OFF = 'wpdk-icon-off'

Definition at line 74 of file wpdk-glyphicons.php.

const OK = 'wpdk-icon-ok'

Definition at line 43 of file wpdk-glyphicons.php.

const OK_CIRCLED = 'wpdk-icon-ok-circled'

Definition at line 44 of file wpdk-glyphicons.php.

const OPERA = 'wpdk-icon-opera'

Definition at line 85 of file wpdk-glyphicons.php.

const PENCIL = 'wpdk-icon-pencil'

Definition at line 45 of file wpdk-glyphicons.php.

const PLUS_SQUARED = 'wpdk-icon-plus-squared'

Definition at line 46 of file wpdk-glyphicons.php.

const RIGHT_BIG = 'wpdk-icon-right-big'

Definition at line 73 of file wpdk-glyphicons.php.

const RIGHT_OPEN = 'wpdk-icon-right-open'

Definition at line 47 of file wpdk-glyphicons.php.

const SEARCH = 'wpdk-icon-search'

Definition at line 48 of file wpdk-glyphicons.php.

const SPIN1 = 'wpdk-icon-spin1 animate-spin'

Definition at line 49 of file wpdk-glyphicons.php.

const SPIN2 = 'wpdk-icon-spin2 animate-spin'

Definition at line 50 of file wpdk-glyphicons.php.

const SPIN3 = 'wpdk-icon-spin3 animate-spin'

Definition at line 51 of file wpdk-glyphicons.php.

const SPIN4 = 'wpdk-icon-spin4 animate-spin'

Definition at line 52 of file wpdk-glyphicons.php.

const SPIN5 = 'wpdk-icon-spin5 animate-spin'

Definition at line 53 of file wpdk-glyphicons.php.

const SPIN6 = 'wpdk-icon-spin6 animate-spin'

Definition at line 54 of file wpdk-glyphicons.php.

const STAR = 'wpdk-icon-star'

Definition at line 55 of file wpdk-glyphicons.php.

const STAR_EMPTY = 'wpdk-icon-star-empty'

Definition at line 56 of file wpdk-glyphicons.php.

const STAR_HALF = 'wpdk-icon-star-half'

Definition at line 57 of file wpdk-glyphicons.php.

const STAR_HALF_ALT = 'wpdk-icon-star-half-alt'

Definition at line 58 of file wpdk-glyphicons.php.

const TAG = 'wpdk-icon-tag'

Definition at line 87 of file wpdk-glyphicons.php.

const TAGS = 'wpdk-icon-tags'

Definition at line 88 of file wpdk-glyphicons.php.

const THUMBS_DOWN = 'wpdk-icon-thumbs-down'

Definition at line 69 of file wpdk-glyphicons.php.

const THUMBS_DOWN_ALT = 'wpdk-icon-thumbs-down-alt'

Definition at line 67 of file wpdk-glyphicons.php.

const THUMBS_UP = 'wpdk-icon-thumbs-up'

Definition at line 68 of file wpdk-glyphicons.php.

const THUMBS_UP_ALT = 'wpdk-icon-thumbs-up-alt'

Definition at line 66 of file wpdk-glyphicons.php.

const TRASH = 'wpdk-icon-trash'

Definition at line 59 of file wpdk-glyphicons.php.

const TWITTER = 'wpdk-icon-twitter'

Definition at line 77 of file wpdk-glyphicons.php.

const UP_BIG = 'wpdk-icon-up-big'

Definition at line 71 of file wpdk-glyphicons.php.

const UP_OPEN = 'wpdk-icon-up-open'

Definition at line 60 of file wpdk-glyphicons.php.

const UPDOWN_CIRCLE = 'wpdk-icon-updown-circle'

Definition at line 17 of file wpdk-glyphicons.php.


The documentation for this class was generated from the following file: