Home
last modified time | relevance | path

Searched refs:getTraits (Results 1 – 12 of 12) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DAbstractNode.php242 return array_merge($this->getClasses(), $this->getTraits());
257 abstract public function getTraits(); function in SebastianBergmann\\CodeCoverage\\Node\\AbstractNode
H A DDirectory.php245 public function getTraits() function in SebastianBergmann\\CodeCoverage\\Node\\Directory
253 $child->getTraits()
H A DFile.php184 public function getTraits() function in SebastianBergmann\\CodeCoverage\\Node\\File
615 $traits = $tokens->getTraits();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SmartDeviceManagement/
H A DGoogleHomeEnterpriseSdmV1Room.php55 public function getTraits() function in Google\\Service\\SmartDeviceManagement\\GoogleHomeEnterpriseSdmV1Room
H A DGoogleHomeEnterpriseSdmV1Structure.php55 public function getTraits() function in Google\\Service\\SmartDeviceManagement\\GoogleHomeEnterpriseSdmV1Structure
H A DGoogleHomeEnterpriseSdmV1Device.php76 public function getTraits() function in Google\\Service\\SmartDeviceManagement\\GoogleHomeEnterpriseSdmV1Device
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php243 array_map([$this, 'getTraitLastModificationTime'], $class->getTraits()),
259 array_map([$this, 'getTraitLastModificationTime'], $reflectionTrait->getTraits())
H A DAnnotationReader.php360 foreach ($class->getTraits() as $trait) {
388 foreach ($class->getTraits() as $trait) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/
H A DDevice.php202 public function getTraits() function in Google\\Service\\HomeGraphService\\Device
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php111 $node->getTraits(),
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php268 public function getTraits() function in PHP_Token_Stream
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php767 $classes = array_merge($tokens->getClasses(), $tokens->getTraits());