Home
last modified time | relevance | path

Searched refs:__construct (Results 3276 – 3300 of 3579) sorted by last modified time

1...<<131132133134135136137138139140>>...144

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/
H A DMethodScopeSniff.php39 public function __construct() function in Squiz_Sniffs_Scope_MethodScopeSniff
41 parent::__construct(array(T_CLASS, T_INTERFACE, T_TRAIT), array(T_FUNCTION));
H A DStaticThisUsageSniff.php42 public function __construct() function in Squiz_Sniffs_Scope_StaticThisUsageSniff
44 parent::__construct(array(T_CLASS), array(T_FUNCTION));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractScopeSniff.php86 public function __construct( function in PHP_CodeSniffer_Standards_AbstractScopeSniff
H A DAbstractVariableSniff.php67 public function __construct() function in PHP_CodeSniffer_Standards_AbstractVariableSniff
83 parent::__construct($scopes, $listen, true);
H A DAbstractPatternSniff.php81 public function __construct($ignoreComments=null) function in PHP_CodeSniffer_Standards_AbstractPatternSniff
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php303 public function __construct( function in PHP_CodeSniffer_File
H A DTokens.php751 private function __construct() function in PHP_CodeSniffer_Tokens
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDeprecatedFunctionsSniff.php51 public function __construct() function in Generic_Sniffs_PHP_DeprecatedFunctionsSniff
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php72 public function __construct() function in PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff
74 … parent::__construct(array(T_CLASS, T_ANON_CLASS, T_INTERFACE, T_TRAIT), array(T_FUNCTION), true);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/
H A DMethodDeclarationSniff.php39 public function __construct() function in PSR2_Sniffs_Methods_MethodDeclarationSniff
41 parent::__construct(array(T_CLASS, T_INTERFACE), array(T_FUNCTION));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentThrowTagSniff.php44 public function __construct() function in Squiz_Sniffs_Commenting_FunctionCommentThrowTagSniff
46 parent::__construct(array(T_FUNCTION), array(T_THROW));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DLowercasePHPFunctionsSniff.php44 public function __construct() function in Squiz_Sniffs_PHP_LowercasePHPFunctionsSniff
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DGenerator.php62 public function __construct($standard, array $sniffs=array()) function in PHP_CodeSniffer_DocGenerators_Generator
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DCamelCapsFunctionNameSniff.php100 public function __construct() function in Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff
102 … parent::__construct(array(T_CLASS, T_ANON_CLASS, T_INTERFACE, T_TRAIT), array(T_FUNCTION), true);
H A DConstructorNameSniff.php55 public function __construct() function in Generic_Sniffs_NamingConventions_ConstructorNameSniff
57 parent::__construct(array(T_CLASS, T_ANON_CLASS, T_INTERFACE), array(T_FUNCTION), true);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeSystemSniff.php62 public function __construct() function in MySource_Sniffs_Channels_IncludeSystemSniff
64 parent::__construct(array(T_FUNCTION), array(T_DOUBLE_COLON, T_EXTENDS), true);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php227 public function __construct( function in PHP_CodeSniffer
/plugin/authgoogle/google/auth/
H A DGoogle_P12Signer.php30 function __construct($p12, $password) { function in Google_P12Signer
/plugin/authgoogle/google/cache/
H A DGoogle_MemcacheCache.php29 public function __construct() { function in Google_MemcacheCache
/plugin/authgoogle/google/external/
H A DURITemplateParser.php44 public function __construct($template) { function in URI_Template_Parser
/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php26 private function __construct() {} function in Google_CacheParser
/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php56 public function __construct($service, $serviceName, $resourceName, $resource) { function in Google_ServiceResource
/plugin/authgoogle/google/contrib/
H A DGoogle_AdsensehostService.php667 public function __construct(Google_Client $client) { function in Google_AdSenseHostService
H A DGoogle_AndroidpublisherService.php117 public function __construct(Google_Client $client) { function in Google_AndroidPublisherService
H A DGoogle_AuditService.php78 public function __construct(Google_Client $client) { function in Google_AuditService

1...<<131132133134135136137138139140>>...144