VerifiedURL

Verified URL

Represents an individual URL for the ProcessWire VerifiedURL Fieldtype

Part of the ProFields package Please do not distribute.


Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the VerifiedURL class also inherits all the methods and properties of: WireData and Wire.

Show class?     Show args?       Only hookable?    

Properties

NameReturnSummary 
VerifiedURL::_formatted bool True if value is formatted, false if not 
VerifiedURL::_hrefPrevious string null Previous href value, when changed 
VerifiedURL::_verifyValue string For internal use by FieldtypeVerifiedURL::verifyValue() method 
VerifiedURL::checked int Time that last check was performed (unix timestamp) 
VerifiedURL::content string Content JSON 
VerifiedURL::errstr string Error string returned by PHP, if applicable 
VerifiedURL::field Field null 
VerifiedURL::headers array Specific response headers from URL if $field->getHeaders option is in use 
VerifiedURL::href string 
VerifiedURL::html string Full HTML contents if $field->useHTML option is in use 
VerifiedURL::matches array Matches from preg_match if $field->matchRegex option is in use 
VerifiedURL::page Page null 
VerifiedURL::redirect string null Redirect URL if status is 301 or 302 
VerifiedURL::status int HTTP status/response code 
VerifiedURL::title string 
VerifiedURL::tries int Number of consecutive error status codes received for this URL 
VerifiedURL::url string Alias of href property 

Additional methods and properties

In addition to the methods and properties above, VerifiedURL also inherits the methods and properties of these classes:

API reference based on ProcessWire core version 3.0.259