PHP Class AdminPageFrameworkLoader_Event_Action_GetDevelopmentVersion

Since: 3.5.2
Afficher le fichier Open project: michaeluno/admin-page-framework

Méthodes publiques

Свойство Type Description
$sVersionTextURL Stores the url of the text that has the development version number.

Méthodes publiques

Méthode Description
__construct ( $sActionName ) Performs the action.
replyToDoAction ( ) : void

Private Methods

Méthode Description
_getPageBody ( ) : string
_getVersion ( ) : string Extracts the version number from the page contents.

Method Details

__construct() public méthode

Performs the action.
Since: 3.6.2
public __construct ( $sActionName )

replyToDoAction() public méthode

public replyToDoAction ( ) : void
Résultat void

Property Details

$sVersionTextURL public_oe property

Stores the url of the text that has the development version number.
public $sVersionTextURL