function create_agent_thumbnails($file, $prefix) { $this->create_constrained_square_crop($file, ContentManager::large_square_dimensions(), $prefix); $this->create_constrained_square_crop($file, ContentManager::small_square_dimensions(), $prefix); }