3ev Core Wordpress library API
  • Namespace
  • Class

Namespaces

  • Tev
    • Application
      • Bootstrap
    • Author
      • Model
    • Contracts
    • Database
      • CustomTables
    • Field
      • Model
      • Util
    • Plugin
      • Action
      • Shortcode
    • Post
      • Model
      • Repository
    • Taxonomy
      • Model
      • Repository
    • Term
      • Model
      • Repository
    • Util
    • View
      • Exception
  • None

Classes

  • AbstractField
  • AuthorField
  • BasicField
  • DateField
  • FileField
  • FlexibleContentField
  • GoogleMapField
  • ImageField
  • NullField
  • NumberField
  • PostField
  • RepeaterField
  • SelectField
  • TaxonomyField

Class NullField

Null field entity.

This field will be returned if field data could not be loaded.

Tev\Field\Model\AbstractField implements Tev\Contracts\WordpressWrapperInterface
Extended by Tev\Field\Model\NullField
Namespace: Tev\Field\Model
Located at Tev/Field/Model/NullField.php

Methods summary

public
# __construct( )

Constructor.

Constructor.

Initializes required field data to null.

Overrides

Tev\Field\Model\AbstractField::__construct
public null
# getValue( )

Get the value of this field.

Get the value of this field.

Value will be null.

Returns

null
public string
# __toString( )

Conver this field to string.

Conver this field to string.

Returns

string
The empty string

Overrides

Tev\Field\Model\AbstractField::__toString

Methods inherited from Tev\Field\Model\AbstractField

getBaseObject(), getKey(), getName(), val()

Properties summary

Properties inherited from Tev\Field\Model\AbstractField

$base

3ev Core Wordpress library API API documentation generated by ApiGen