WellCommerce\Bundle\DoctrineBundle\Factory\AbstractEntityFactory::__construct PHP Method

__construct() public method

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