How can I combine the following into one statment?

PHP Code:
$tableCreator = new tableCreator;
$table $tableCreator->createJSTable(); 
Thanks