ConversationsController::__construct PHP Method

__construct() public method

Do-nothing construct to let children constructs bubble up.
public __construct ( )
    public function __construct()
    {
        parent::__construct();
    }