ConversationsController::__construct PHP Méthode

__construct() public méthode

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