Documentation

MagicCallPatch
in package
implements ClassPatchInterface

Discover Magical API using "@method" PHPDoc format.

Tags
author

Thomas Tourlourat thomas@tourlourat.com

author

Kévin Dunglas dunglas@gmail.com

author

Théo FIDRY theo.fidry@gmail.com

Interfaces, Classes and Traits

ClassPatchInterface
Class patch interface.

Table of Contents

$tagRetriever  : mixed
__construct()  : mixed
apply()  : void
Discover Magical API
getPriority()  : int
Returns patch priority, which determines when patch will be applied.
supports()  : bool
Support any class

Properties

Methods

__construct()

public __construct([MethodTagRetrieverInterface $tagRetriever = null ]) : mixed
Parameters
$tagRetriever : MethodTagRetrieverInterface = null
Return values
mixed

getPriority()

Returns patch priority, which determines when patch will be applied.

public getPriority() : int
Return values
int

Priority number (higher - earlier)

Search results