Pimcore\Db\PhpArrayFileTable::__construct PHP Method

__construct() public method

PhpArrayFileTable constructor.
public __construct ( string $filePath = null )
$filePath string
    public function __construct($filePath = null)
    {
        if ($filePath) {
            $this->setFilePath($filePath);
        }
    }