I'm working on a wordpress widget that utilizes Johnathan Christopher's 'Widget Image Field' pluggin. I'm confused by this line of code.
$image_id = esc_attr( isset( $instance[$this->image_field] ) ? $instance[$this->image_field] : 0 );
What does the '?' and ':' do?