WPSEO_Taxonomy_Social_Fields::__construct PHP Method

__construct() public method

Setting the class properties
public __construct ( stdClass | WP_Term $term, array $options = null )
$term stdClass | WP_Term The current taxonomy.
$options array The options.
    public function __construct($term, array $options = null)
    {
        parent::__construct($term, $options);
        $this->networks = $this->get_social_networks();
    }