PHP Classes

File: vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl

Recommend this page to a friend!
  Classes of Cuthbert Martin Lwinga   PHP Neural Net Library   vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl   Download  
File: vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Neural Net Library
Build, train, evaluate, and use neural networks
Author: By
Last change:
Date: 6 months ago
Size: 81 bytes
 

Contents

Class file image Download
declare(strict_types=1); {prologue}class {class_name} { use {trait_name}; }