WellCommerce\Bundle\DoctrineBundle\Factory\AbstractEntityFactory::__construct PHP Метод

__construct() публичный Метод

AbstractEntityFactory constructor.
public __construct ( string $className )
$className string
    public function __construct(string $className)
    {
        $this->className = $className;
    }