getProperty('privateProperty'); $property->setAccessible(true); $property->setValue($a, 'new-value'); echo $a->getPrivateProperty(); //outputs: //new-value